Home
last modified time | relevance | path

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

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