Home
last modified time | relevance | path

Searched refs:debug_flags (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/pexpert/i386/
H A Dpe_init.c380 PE_i_can_has_debugger(uint32_t *debug_flags) in PE_i_can_has_debugger() argument
383 if (debug_flags) { in PE_i_can_has_debugger()
390 if (debug_flags) { in PE_i_can_has_debugger()
391 *debug_flags = 0; in PE_i_can_has_debugger()
396 if (debug_flags) { in PE_i_can_has_debugger()
397 *debug_flags = debug_boot_arg; in PE_i_can_has_debugger()
/xnu-11215/pexpert/arm/
H A Dpe_init.c615 PE_i_can_has_debugger(uint32_t *debug_flags) in PE_i_can_has_debugger() argument
617 if (debug_flags) { in PE_i_can_has_debugger()
622 *debug_flags = debug_boot_arg; in PE_i_can_has_debugger()
624 *debug_flags = 0; in PE_i_can_has_debugger()
768 uint32_t debug_flags; in PE_reboot_on_panic() local
770 if (PE_i_can_has_debugger(&debug_flags) in PE_reboot_on_panic()
771 && (debug_flags & DB_NMI)) { in PE_reboot_on_panic()
/xnu-11215/iokit/Kernel/
H A DIOPlatformExpert.cpp1496 UInt32 debug_flags = 0; in registerNVRAMController() local
1497 if (*panicWatchdogEnabled || (PE_i_can_has_debugger(&debug_flags) && in registerNVRAMController()
1498 (debug_flags & DB_DISABLE_CROSS_PANIC))) { in registerNVRAMController()