Home
last modified time | relevance | path

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

/linux-3.3/arch/powerpc/platforms/pasemi/
Didle.c82 ppc_md.system_reset_exception = pasemi_system_reset_exception; in pasemi_idle_init()
/linux-3.3/arch/powerpc/platforms/cell/
Dpervasive.c131 ppc_md.system_reset_exception = cbe_system_reset_exception; in cbe_pervasive_init()
/linux-3.3/arch/powerpc/include/asm/
Dmachdep.h153 int (*system_reset_exception)(struct pt_regs *regs); member
/linux-3.3/arch/powerpc/kernel/
Dtraps.c255 void system_reset_exception(struct pt_regs *regs) in system_reset_exception() function
258 if (ppc_md.system_reset_exception) { in system_reset_exception()
259 if (ppc_md.system_reset_exception(regs)) in system_reset_exception()
Dexceptions-64s.S444 STD_EXCEPTION_COMMON(0x100, system_reset, .system_reset_exception)
/linux-3.3/arch/powerpc/platforms/pseries/
Dsetup.c651 .system_reset_exception = pSeries_system_reset_exception, in define_machine()