Searched refs:i_bit (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.81.5/osfmk/i386/ |
| H A D | mp.h | 283 #define i_bit(bit, word) ((long)(*(word)) & (1L << (bit))) macro 291 #define i_bit(bit, word) i_bit_impl((long)(*(word)), bit) macro
|
| H A D | mp.c | 520 if (i_bit(MP_KDP, my_word)) { in cpu_signal_handler() 538 if (i_bit(MP_TLB_FLUSH, my_word)) { in cpu_signal_handler() 542 } else if (i_bit(MP_CALL, my_word)) { in cpu_signal_handler() 546 } else if (i_bit(MP_CALL_PM, my_word)) { in cpu_signal_handler() 554 } else if (i_bit(MP_AST, my_word)) { in cpu_signal_handler() 788 while (i_bit(event, signals) && rdtsc64() < tsc_timeout) { in i386_signal_cpu() 791 if (i_bit(event, signals)) { in i386_signal_cpu() 1818 if (i_bit(event, signals)) { in cpu_signal_pending()
|
| H A D | mp_native.c | 106 if (i_bit(MP_TLB_FLUSH, my_word) && (pmap_tlb_flush_timeout == FALSE)) { in handle_pending_TLB_flushes()
|