Searched refs:MP_TLB_FLUSH (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/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 | 536 if (i_bit(MP_TLB_FLUSH, my_word)) { in cpu_signal_handler() 537 DBGLOG(cpu_handle, my_cpu, MP_TLB_FLUSH); in cpu_signal_handler() 538 i_bit_clear(MP_TLB_FLUSH, my_word); in cpu_signal_handler() 773 if (event == MP_TLB_FLUSH) { in i386_signal_cpu() 795 if (event == MP_TLB_FLUSH) { in i386_signal_cpu()
|
| /xnu-12377.81.4/osfmk/x86_64/ |
| H A D | pmap.c | 2853 i386_signal_cpu(cpu, MP_TLB_FLUSH, ASYNC); in pmap_flush() 3057 i386_signal_cpu(cpu, MP_TLB_FLUSH, ASYNC); in pmap_flush_tlbs()
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | trace_codes | 585 0x1900000 MP_TLB_FLUSH
|