Searched refs:system_reset_exception (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/powerpc/platforms/pasemi/
H A Didle.c73 ppc_md.system_reset_exception = pasemi_system_reset_exception;
/linux-master/arch/powerpc/platforms/cell/
H A Dpervasive.c124 ppc_md.system_reset_exception = cbe_system_reset_exception;
/linux-master/arch/powerpc/kernel/
H A Dirq_64.c447 system_reset_exception(&regs);
H A Dtraps.c442 DEFINE_INTERRUPT_HANDLER_NMI(system_reset_exception)
467 if (ppc_md.system_reset_exception) {
468 if (ppc_md.system_reset_exception(regs))
H A Dhead_8xx.S123 EXCEPTION(INTERRUPT_SYSTEM_RESET, Reset, system_reset_exception)
H A Dexceptions-64s.S1066 * stack. in_nmi reentrancy is tested in system_reset_exception.
1078 bl CFUNC(system_reset_exception)
/linux-master/arch/powerpc/include/asm/
H A Dmachdep.h87 int (*system_reset_exception)(struct pt_regs *regs); member in struct:machdep_calls
H A Dinterrupt.h584 DECLARE_INTERRUPT_HANDLER_NMI(system_reset_exception); variable
/linux-master/arch/powerpc/platforms/powernv/
H A Dsmp.c431 ppc_md.system_reset_exception = pnv_system_reset_exception;
/linux-master/arch/powerpc/platforms/pseries/
H A Dsetup.c1157 .system_reset_exception = pSeries_system_reset_exception,

Completed in 144 milliseconds