Home
last modified time | relevance | path

Searched refs:NMIPI_panic (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/osfmk/i386/
H A Dmp.h208 extern void NMIPI_panic(cpumask_t cpus, NMI_reason_t reason);
H A Dmp.c848 NMIPI_panic(cpu_to_cpumask(lsti->owner_cpu), SPINLOCK_TIMEOUT); in mp_safe_spin_lock()
1085 NMIPI_panic(cpumask_t cpu_mask, NMI_reason_t why) in NMIPI_panic() function
1298 NMIPI_panic(cpus_unresponsive, CROSSCALL_TIMEOUT); in mp_cpus_call_wait()
2191 NMIPI_panic(cpu_to_cpumask(cpu), INTERRUPT_WATCHDOG); in mp_interrupt_watchdog()
H A Dpmap.h473 NMIPI_panic(CPUMASK_REAL_OTHERS, PTE_CORRUPTION); in pmap_corrupted_pte_detected()
/xnu-8019.80.24/osfmk/x86_64/
H A Dpmap.c2799 NMIPI_panic(cpus_to_respond, TLB_FLUSH_TIMEOUT); in pmap_flush()
3011 NMIPI_panic(cpus_to_respond, TLB_FLUSH_TIMEOUT); in pmap_flush_tlbs()
/xnu-8019.80.24/osfmk/kern/
H A Dlocks.c590 NMIPI_panic(cpu_to_cpumask(i), SPINLOCK_TIMEOUT); in lck_spinlock_timeout_hit()