Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/pasemi/
H A Didle.c46 case SRR1_WAKEEE: in pasemi_system_reset_exception()
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dpervasive.c81 case SRR1_WAKEEE: in cbe_system_reset_exception()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dsmp.c242 if (((srr1 & wmask) == SRR1_WAKEEE) || in pnv_cpu_offline_self()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h787 #define SRR1_WAKEEE 0x00200000 /* External interrupt */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h681 #define SRR1_WAKEEE 0x00200000 /* External interrupt */ macro
H A Dexcp_helper.c210 *msr |= SRR1_WAKEEE; in powerpc_reset_wakeup()