Home
last modified time | relevance | path

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

/xnu-12377.61.12/pexpert/gen/
H A Dpe_gen.c109 if (debug_boot_arg & DB_NMI) { in PE_enter_debugger()
/xnu-12377.61.12/osfmk/kern/
H A Ddebug.h583 #define DB_NMI 0x4 macro
H A Ddebug.c440 if (debug_boot_arg & DB_NMI) { in panic_init()
/xnu-12377.61.12/pexpert/arm/
H A Dpe_init.c770 && (debug_flags & DB_NMI)) { in PE_reboot_on_panic()
/xnu-12377.61.12/osfmk/i386/
H A Dmp.c639 virtualized && (debug_boot_arg & DB_NMI)) { in NMIInterruptHandler()