Home
last modified time | relevance | path

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

/xnu-8792.41.9/pexpert/i386/
H A Dpe_init.c378 PE_i_can_has_debugger(uint32_t *debug_flags) in PE_i_can_has_debugger() argument
381 if (debug_flags) { in PE_i_can_has_debugger()
388 if (debug_flags) { in PE_i_can_has_debugger()
389 *debug_flags = 0; in PE_i_can_has_debugger()
394 if (debug_flags) { in PE_i_can_has_debugger()
395 *debug_flags = debug_boot_arg; in PE_i_can_has_debugger()
/xnu-8792.41.9/pexpert/arm/
H A Dpe_init.c582 PE_i_can_has_debugger(uint32_t *debug_flags) in PE_i_can_has_debugger() argument
584 if (debug_flags) { in PE_i_can_has_debugger()
589 *debug_flags = debug_boot_arg; in PE_i_can_has_debugger()
591 *debug_flags = 0; in PE_i_can_has_debugger()
734 uint32_t debug_flags; in PE_reboot_on_panic() local
736 if (PE_i_can_has_debugger(&debug_flags) in PE_reboot_on_panic()
737 && (debug_flags & DB_NMI)) { in PE_reboot_on_panic()
/xnu-8792.41.9/iokit/Kernel/
H A DIOPlatformExpert.cpp1463 UInt32 debug_flags = 0; in registerNVRAMController() local
1464 if (*panicWatchdogEnabled || (PE_i_can_has_debugger(&debug_flags) && in registerNVRAMController()
1465 (debug_flags & DB_DISABLE_CROSS_PANIC))) { in registerNVRAMController()