Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/pasemi/
Didle.c82 ppc_md.system_reset_exception = pasemi_system_reset_exception; in pasemi_idle_init()
/linux-4.4.14/arch/powerpc/platforms/cell/
Dpervasive.c132 ppc_md.system_reset_exception = cbe_system_reset_exception; in cbe_pervasive_init()
/linux-4.4.14/arch/powerpc/include/asm/
Dmachdep.h142 int (*system_reset_exception)(struct pt_regs *regs); member
/linux-4.4.14/arch/powerpc/kernel/
Dtraps.c272 void system_reset_exception(struct pt_regs *regs) in system_reset_exception() function
275 if (ppc_md.system_reset_exception) { in system_reset_exception()
276 if (ppc_md.system_reset_exception(regs)) in system_reset_exception()
Dexceptions-64s.S785 STD_EXCEPTION_COMMON(0x100, system_reset, system_reset_exception)
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dsetup.c850 .system_reset_exception = pSeries_system_reset_exception, in define_machine()