Searched defs:CPU_ISSET (Results 1 – 3 of 3) sorted by relevance
42 #define CPU_ISSET(b, s) (((s)->_bits[_WHICH_SET(b)] & \ macro
46 #define CPU_ISSET(n, p) BIT_ISSET(CPU_SETSIZE, n, p) macro
48 #define CPU_ISSET(n, p) BIT_ISSET(CPU_SETSIZE, n, p) macro