Lines Matching refs:debugger_options_mask
920 uint64_t debugger_options_mask, unsigned long debugger_caller) in DebuggerWithContext() argument
938 VALUE(debugger_options_mask), in DebuggerWithContext()
943 check_and_handle_nested_panic(debugger_options_mask, debugger_caller, message, NULL); in DebuggerWithContext()
958 NULL, NULL, debugger_options_mask, NULL, TRUE, 0, ""); in DebuggerWithContext()
964 NULL, NULL, debugger_options_mask, NULL, TRUE, 0, NULL); in DebuggerWithContext()
1082 panic_with_data(uuid_t uuid, void *addr, uint32_t len, uint64_t debugger_options_mask, const char *… in panic_with_data() argument
1093 if ((debugger_options_mask & DEBUGGER_OPTION_USER_WATCHDOG) != 0 && in panic_with_data()
1100 …panic_trap_to_debugger(str, &panic_str_args, 0, NULL, (debugger_options_mask & ~DEBUGGER_INTERNAL_… in panic_with_data()
1106 panic_with_options(unsigned int reason, void *ctx, uint64_t debugger_options_mask, const char *str,… in panic_with_options() argument
1115 if ((debugger_options_mask & DEBUGGER_OPTION_USER_WATCHDOG) != 0 && in panic_with_options()
1122 …panic_trap_to_debugger(str, &panic_str_args, reason, ctx, (debugger_options_mask & ~DEBUGGER_INTER… in panic_with_options()
1128 …r(const char* initiator, unsigned int reason, void *ctx, uint64_t debugger_options_mask, const cha… in panic_with_options_and_initiator() argument
1133 …panic_trap_to_debugger(str, &panic_str_args, reason, ctx, (debugger_options_mask & ~DEBUGGER_INTER… in panic_with_options_and_initiator()
1194 panic_with_thread_context(unsigned int reason, void *ctx, uint64_t debugger_options_mask, thread_t … in panic_with_thread_context() argument
1207 …panic_trap_to_debugger(str, &panic_str_args, reason, ctx, ((debugger_options_mask & ~DEBUGGER_INTE… in panic_with_thread_context()