Searched refs:panic_active (Results 1 – 8 of 8) sorted by relevance
51 return ml_get_interrupts_enabled() || panic_active(); in is_recording_allowed()
453 #define panic_quiesce (panic_active())
584 if (panic_active() && !panicDebugging) { in NMIInterruptHandler()635 if (panic_active() || NMI_panic_reason != NONE) { in NMIInterruptHandler()1734 if (panic_active()) { in mp_kdp_enter()
1285 panic_active() || mp_recent_debugger_activity() || in machine_timeout_suspended()
661 unsigned panic_active(void);
1997 panic_active(void) function
1406 && panic_active()) { in kdp_debugger_loop()1412 if ((kdp_flag & PANIC_CORE_ON_NMI) && !panic_active() in kdp_debugger_loop()
112 #define SAFE_TO_LOCK() (preemption_enabled() && !panic_active())