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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmp.c428 if (i_bit(MP_KDP, my_word)) {
441 if (i_bit(MP_TLB_FLUSH, my_word)) {
445 } else if (i_bit(MP_AST, my_word)) {
450 } else if (i_bit(MP_KDB, my_word)) {
457 } else if (i_bit(MP_RENDEZVOUS, my_word)) {
461 } else if (i_bit(MP_BROADCAST, my_word)) {
465 } else if (i_bit(MP_CHUD, my_word)) {
469 } else if (i_bit(MP_CALL, my_word)) {
473 } else if (i_bit(MP_CALL_PM, my_word)) {
643 while (i_bit(even
[all...]
H A Dmp.h238 #define i_bit(bit, word) ((long)(*(word)) & ((long)1 << (bit))) macro

Completed in 721 milliseconds