Home
last modified time | relevance | path

Searched refs:SRR1_WAKERESET (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dsmp.c248 } else if ((srr1 & wmask) == SRR1_WAKERESET) { in pnv_cpu_offline_self()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h794 #define SRR1_WAKERESET 0x00100000 /* System reset */ macro
/openbmc/qemu/hw/ppc/
H A Dpnv.c2797 if (!(env->spr[SPR_SRR1] & SRR1_WAKERESET)) { in pnv_cpu_do_nmi_on_cpu()
2799 env->spr[SPR_SRR1] |= SRR1_WAKERESET; in pnv_cpu_do_nmi_on_cpu()
/openbmc/qemu/target/ppc/
H A Dcpu.h683 #define SRR1_WAKERESET 0x00100000 /* System reset */ macro
H A Dexcp_helper.c207 *msr |= SRR1_WAKERESET; in powerpc_reset_wakeup()