Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dpnv.c2536 if (!(env->spr[SPR_SRR1] & SRR1_WAKERESET)) { in pnv_cpu_do_nmi_on_cpu()
2538 env->spr[SPR_SRR1] |= SRR1_WAKERESET; in pnv_cpu_do_nmi_on_cpu()
/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()