Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dpnv.c2873 if (!(env->spr[SPR_SRR1] & SRR1_WAKERESET)) { in pnv_cpu_do_nmi_on_cpu()
2875 env->spr[SPR_SRR1] |= SRR1_WAKERESET; in pnv_cpu_do_nmi_on_cpu()
/qemu/target/ppc/
H A Dexcp_helper.c181 *msr |= SRR1_WAKERESET; in powerpc_reset_wakeup()
H A Dcpu.h688 #define SRR1_WAKERESET 0x00100000 /* System reset */ macro