Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Ddebug.c221 static unsigned int max_debugger_entry_count = NESTEDDEBUGGERENTRYMAX; variable
370 …if (!PE_parse_boot_argn("nested_panic_max", &max_debugger_entry_count, sizeof(max_debugger_entry_c… in panic_init()
371 max_debugger_entry_count = NESTEDDEBUGGERENTRYMAX; in panic_init()
707 if (CPUDEBUGGERCOUNT > max_debugger_entry_count) { in DebuggerWithContext()
720 max_debugger_entry_count); in DebuggerWithContext()
973 if (CPUDEBUGGERCOUNT > max_debugger_entry_count) { in panic_trap_to_debugger()
986 max_debugger_entry_count); in panic_trap_to_debugger()