Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Ddebug.c838 kdp_machine_reboot_type(kPEPanicRestartCPU, panic_options_mask); in check_and_handle_nested_panic()
856 …kdp_machine_reboot_type(kPEPanicRestartCPU, panic_options_mask & DEBUGGER_OPTION_SKIP_PANICEND_CAL… in check_and_handle_nested_panic()
1300 if ((type == kPEPanicRestartCPU) && (debugger_flags & DEBUGGER_OPTION_SKIP_PANICEND_CALLOUTS)) { in kdp_machine_reboot_type()
1311 kdp_machine_reboot_type(kPEPanicRestartCPU, 0); in kdp_machine_reboot()
1459 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1543 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1554 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1604 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
/xnu-11215/iokit/Kernel/
H A DIOPlatformExpert.cpp358 if (type == kPEPanicRestartCPU) { in haltRestart()
1052 …} else if (type == kPEPanicRestartCPU || type == kPEPanicSync || type == kPEPanicRestartCPUNoCallo… in PEHaltRestartInternal()
1053 if (type == kPEPanicRestartCPU) { in PEHaltRestartInternal()
1063 type = kPEPanicRestartCPU; in PEHaltRestartInternal()
/xnu-11215/iokit/IOKit/
H A DIOPlatformExpert.h77 kPEPanicRestartCPU, enumerator