Searched refs:DEBUGGER_OPTION_USER_WATCHDOG (Results 1 – 3 of 3) sorted by relevance
221 debugger_options_mask |= DEBUGGER_OPTION_USER_WATCHDOG; in sys_panic_with_data()
628 #define DEBUGGER_OPTION_USER_WATCHDOG 0x8000ULL /* A watchdog panic caused by a… macro
1093 if ((debugger_options_mask & DEBUGGER_OPTION_USER_WATCHDOG) != 0 && in panic_with_data()1115 if ((debugger_options_mask & DEBUGGER_OPTION_USER_WATCHDOG) != 0 && in panic_with_options()