Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dhw_irq.h59 extern void WatchdogException(struct pt_regs *regs);
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dhead_40x.S503 EXC_XFER_TEMPLATE(WatchdogException, 0x1020+2,
H A Dhead_44x.S301 CRITICAL_EXCEPTION(0x1020, WATCHDOG, WatchdogTimer, WatchdogException)
H A Dhead_fsl_booke.S431 CRITICAL_EXCEPTION(0x3200, WATCHDOG, WatchdogTimer, WatchdogException)
H A Dtraps.c2254 void WatchdogException(struct pt_regs *regs) in WatchdogException() function
H A Dexceptions-64e.S707 bl WatchdogException
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbooke.c940 WatchdogException(&regs); in kvmppc_restart_interrupt()