Lines Matching refs:debugger_options_mask
892 uint64_t debugger_options_mask, unsigned long debugger_caller) in DebuggerWithContext() argument
907 …C, PACK_2X32(VALUE(cpu_number()), VALUE(CPUDEBUGGERCOUNT)), VALUE(debugger_options_mask), ADDR(mes… in DebuggerWithContext()
910 check_and_handle_nested_panic(debugger_options_mask, debugger_caller, message, NULL); in DebuggerWithContext()
925 NULL, NULL, debugger_options_mask, NULL, TRUE, 0, ""); in DebuggerWithContext()
931 NULL, NULL, debugger_options_mask, NULL, TRUE, 0, NULL); in DebuggerWithContext()
1049 panic_with_data(uuid_t uuid, void *addr, uint32_t len, uint64_t debugger_options_mask, const char *… in panic_with_data() argument
1060 if ((debugger_options_mask & DEBUGGER_OPTION_USER_WATCHDOG) != 0 && in panic_with_data()
1067 …panic_trap_to_debugger(str, &panic_str_args, 0, NULL, (debugger_options_mask & ~DEBUGGER_INTERNAL_… in panic_with_data()
1073 panic_with_options(unsigned int reason, void *ctx, uint64_t debugger_options_mask, const char *str,… in panic_with_options() argument
1082 if ((debugger_options_mask & DEBUGGER_OPTION_USER_WATCHDOG) != 0 && in panic_with_options()
1089 …panic_trap_to_debugger(str, &panic_str_args, reason, ctx, (debugger_options_mask & ~DEBUGGER_INTER… in panic_with_options()
1095 …r(const char* initiator, unsigned int reason, void *ctx, uint64_t debugger_options_mask, const cha… in panic_with_options_and_initiator() argument
1100 …panic_trap_to_debugger(str, &panic_str_args, reason, ctx, (debugger_options_mask & ~DEBUGGER_INTER… in panic_with_options_and_initiator()
1161 panic_with_thread_context(unsigned int reason, void *ctx, uint64_t debugger_options_mask, thread_t … in panic_with_thread_context() argument
1174 …panic_trap_to_debugger(str, &panic_str_args, reason, ctx, ((debugger_options_mask & ~DEBUGGER_INTE… in panic_with_thread_context()