Home
last modified time | relevance | path

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

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