Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dinterrupt.h628 DECLARE_INTERRUPT_HANDLER_NMI(WatchdogException);
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_40x.S537 bl WatchdogException
H A Dhead_44x.S298 CRITICAL_EXCEPTION(0x1020, WATCHDOG, WatchdogTimer, WatchdogException)
H A Dhead_85xx.S417 CRITICAL_EXCEPTION(0x3200, WATCHDOG, WatchdogTimer, WatchdogException)
H A Dtraps.c2248 DEFINE_INTERRUPT_HANDLER_NMI(WatchdogException) in DEFINE_INTERRUPT_HANDLER_NMI() argument
H A Dexceptions-64e.S653 bl WatchdogException
/openbmc/linux/arch/powerpc/kvm/
H A Dbooke.c967 WatchdogException(&regs); in kvmppc_restart_interrupt()