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

/freebsd-11-stable/sys/kern/
H A Dsubr_sleepqueue.c93 * SC_TABLESIZE must be a power of two for SC_MASK to work properly.
96 #define SC_MASK (SC_TABLESIZE - 1) macro
99 SC_MASK)
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-opc.c1373 #define SC_MASK (OP_MASK | (((unsigned long)0x3ff) << 16) | (((unsigned long)1) << 1) | 1)
2555 { "sc", SC(17,1,0), SC_MASK, PPC, { LEV } },
2556 { "svc", SC(17,0,0), SC_MASK, POWER, { SVC_LEV, FL1, FL2 } },
2557 { "svcl", SC(17,0,1), SC_MASK, POWER, { SVC_LEV, FL1, FL2 } },
2558 { "svca", SC(17,1,0), SC_MASK, PWRCOM, { SV } },
2559 { "svcla", SC(17,1,1), SC_MASK, POWER, { SV } },
1370 #define SC_MASK macro

Completed in 119 milliseconds