Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dhw_irq.h38 extern void WatchdogException(struct pt_regs *regs);
/arch/powerpc/kernel/
Dhead_40x.S747 EXC_XFER_TEMPLATE(WatchdogException, 0x1020+2,
Dhead_44x.S301 CRITICAL_EXCEPTION(0x1020, WATCHDOG, WatchdogTimer, WatchdogException)
Dhead_fsl_booke.S434 CRITICAL_EXCEPTION(0x3200, WATCHDOG, WatchdogTimer, WatchdogException)
Dtraps.c1867 void WatchdogException(struct pt_regs *regs) in WatchdogException() function
Dexceptions-64e.S720 bl WatchdogException
/arch/powerpc/kvm/
Dbooke.c931 WatchdogException(&regs); in kvmppc_restart_interrupt()