Searched refs:i_bit (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.81.4/osfmk/i386/ |
| H A D | mp.h | 286 #define i_bit(bit, word) ((long)(*(word)) & (1L << (bit))) macro 294 #define i_bit(bit, word) i_bit_impl((long)(*(word)), bit) macro
|
| H A D | mp.c | 518 if (i_bit(MP_KDP, my_word)) { in cpu_signal_handler() 536 if (i_bit(MP_TLB_FLUSH, my_word)) { in cpu_signal_handler() 540 } else if (i_bit(MP_CALL, my_word)) { in cpu_signal_handler() 544 } else if (i_bit(MP_CALL_PM, my_word)) { in cpu_signal_handler() 552 } else if (i_bit(MP_AST, my_word)) { in cpu_signal_handler() 786 while (i_bit(event, signals) && rdtsc64() < tsc_timeout) { in i386_signal_cpu() 789 if (i_bit(event, signals)) { in i386_signal_cpu() 1821 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()
|