Searched refs:MP_TLB_FLUSH (Results 1 – 5 of 5) sorted by relevance
| /xnu-10002.81.5/osfmk/i386/ |
| 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() 107 DBGLOG(cpu_handle, cpu_number(), MP_TLB_FLUSH); in handle_pending_TLB_flushes() 108 i_bit_clear(MP_TLB_FLUSH, my_word); in handle_pending_TLB_flushes()
|
| H A D | mp_events.h | 38 MP_TLB_FLUSH = 0, enumerator
|
| H A D | mp.c | 538 if (i_bit(MP_TLB_FLUSH, my_word)) { in cpu_signal_handler() 539 DBGLOG(cpu_handle, my_cpu, MP_TLB_FLUSH); in cpu_signal_handler() 540 i_bit_clear(MP_TLB_FLUSH, my_word); in cpu_signal_handler() 775 if (event == MP_TLB_FLUSH) { in i386_signal_cpu() 797 if (event == MP_TLB_FLUSH) { in i386_signal_cpu()
|
| /xnu-10002.81.5/osfmk/x86_64/ |
| H A D | pmap.c | 2822 i386_signal_cpu(cpu, MP_TLB_FLUSH, ASYNC); in pmap_flush() 3026 i386_signal_cpu(cpu, MP_TLB_FLUSH, ASYNC); in pmap_flush_tlbs()
|
| /xnu-10002.81.5/bsd/kern/ |
| H A D | trace_codes | 540 0x1900000 MP_TLB_FLUSH
|