Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/
Dinterrupt.h627 DECLARE_INTERRUPT_HANDLER_NMI(WatchdogException);
/linux-5.19.10/arch/powerpc/kernel/
Dhead_40x.S536 bl WatchdogException
Dhead_44x.S299 CRITICAL_EXCEPTION(0x1020, WATCHDOG, WatchdogTimer, WatchdogException)
Dhead_fsl_booke.S416 CRITICAL_EXCEPTION(0x3200, WATCHDOG, WatchdogTimer, WatchdogException)
Dtraps.c2216 DEFINE_INTERRUPT_HANDLER_NMI(WatchdogException) in DEFINE_INTERRUPT_HANDLER_NMI() argument
Dexceptions-64e.S665 bl WatchdogException
/linux-5.19.10/arch/powerpc/kvm/
Dbooke.c966 WatchdogException(&regs); in kvmppc_restart_interrupt()