Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Ddebug.c250 static unsigned int max_debugger_entry_count = NESTEDDEBUGGERENTRYMAX; variable
406 …if (!PE_parse_boot_argn("nested_panic_max", &max_debugger_entry_count, sizeof(max_debugger_entry_c… in panic_init()
407 max_debugger_entry_count = NESTEDDEBUGGERENTRYMAX; in panic_init()
727 if ((CPUDEBUGGERCOUNT > 1) && (CPUDEBUGGERCOUNT < max_debugger_entry_count)) { in check_and_handle_nested_panic()
754 if (CPUDEBUGGERCOUNT == max_debugger_entry_count) { in check_and_handle_nested_panic()
767 …ush("Nested panic count exceeds limit %d, machine will reset or spin\n", max_debugger_entry_count); in check_and_handle_nested_panic()
786 if (CPUDEBUGGERCOUNT == max_debugger_entry_count + 1) { in check_and_handle_nested_panic()
803 if (CPUDEBUGGERCOUNT > max_debugger_entry_count + 1) { in check_and_handle_nested_panic()