Home
last modified time | relevance | path

Searched refs:panic_active (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.61.12/libkern/os/
H A Dsystem_event_log.c51 return ml_get_interrupts_enabled() || panic_active(); in is_recording_allowed()
/xnu-12377.61.12/bsd/sys/
H A Ddtrace_glue.h453 #define panic_quiesce (panic_active())
/xnu-12377.61.12/osfmk/i386/
H A Dmp.c584 if (panic_active() && !panicDebugging) { in NMIInterruptHandler()
635 if (panic_active() || NMI_panic_reason != NONE) { in NMIInterruptHandler()
1734 if (panic_active()) { in mp_kdp_enter()
H A Dmachine_routines.c1285 panic_active() || mp_recent_debugger_activity() || in machine_timeout_suspended()
/xnu-12377.61.12/osfmk/kern/
H A Ddebug.h661 unsigned panic_active(void);
H A Ddebug.c1997 panic_active(void) function
/xnu-12377.61.12/osfmk/kdp/
H A Dkdp_udp.c1406 && panic_active()) { in kdp_debugger_loop()
1412 if ((kdp_flag & PANIC_CORE_ON_NMI) && !panic_active() in kdp_debugger_loop()
/xnu-12377.61.12/iokit/Kernel/
H A DIONVRAM.cpp112 #define SAFE_TO_LOCK() (preemption_enabled() && !panic_active())