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

/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dmp_native.c93 volatile int *my_word = &current_cpu_datap()->cpu_signals; local
95 if (i_bit(MP_TLB_FLUSH, my_word) && (pmap_tlb_flush_timeout == FALSE)) {
97 i_bit_clear(MP_TLB_FLUSH, my_word);
H A Dmp.c497 volatile int *my_word; local
502 my_word = &cpu_data_ptr[my_cpu]->cpu_signals;
508 cpu_data_ptr[my_cpu]->cpu_prior_signals = *my_word;
512 if (i_bit(MP_KDP, my_word) && regs != NULL) {
514 i_bit_clear(MP_KDP, my_word);
528 if (i_bit(MP_TLB_FLUSH, my_word)) {
530 i_bit_clear(MP_TLB_FLUSH, my_word);
532 } else if (i_bit(MP_AST, my_word)) {
534 i_bit_clear(MP_AST, my_word);
536 } else if (i_bit(MP_RENDEZVOUS, my_word)) {
[all...]

Completed in 301 milliseconds