Home
last modified time | relevance | path

Searched refs:X_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dppc-opc.c2621 #define X_MASK XRC (0x3f, 0x3ff, 1)
2624 #define XBF_MASK (X_MASK | (3 << 21))
2676 /* An X_MASK with the RA/VA field fixed. */
2677 #define XRA_MASK (X_MASK | RA_MASK)
2684 /* An X_MASK with the RB field fixed. */
2685 #define XRB_MASK (X_MASK | RB_MASK)
2687 /* An X_MASK with the RT field fixed. */
2688 #define XRT_MASK (X_MASK | RT_MASK)
2693 /* An X_MASK with the RA and RB fields fixed. */
2694 #define XRARB_MASK (X_MASK | RA_MAS
2618 #define X_MASK global() macro
[all...]
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dppc-opc.c2621 #define X_MASK XRC (0x3f, 0x3ff, 1)
2624 #define XBF_MASK (X_MASK | (3 << 21))
2676 /* An X_MASK with the RA/VA field fixed. */
2677 #define XRA_MASK (X_MASK | RA_MASK)
2684 /* An X_MASK with the RB field fixed. */
2685 #define XRB_MASK (X_MASK | RB_MASK)
2687 /* An X_MASK with the RT field fixed. */
2688 #define XRT_MASK (X_MASK | RT_MASK)
2693 /* An X_MASK with the RA and RB fields fixed. */
2694 #define XRARB_MASK (X_MASK | RA_MAS
2618 #define X_MASK global() macro
[all...]

Completed in 10 milliseconds