Home
last modified time | relevance | path

Searched refs:PSSCR_EC (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_rtas.c185 env->spr[SPR_PSSCR] &= ~PSSCR_EC; in rtas_start_cpu()
217 env->spr[SPR_PSSCR] |= PSSCR_EC; in rtas_stop_self()
H A Dspapr_cpu_core.c64 env->spr[SPR_PSSCR] |= PSSCR_EC; in spapr_reset_vcpu()
/qemu/target/ppc/
H A Dexcp_helper.c1930 if (env->spr[SPR_PSSCR] & PSSCR_EC) { in p9_next_unmasked_interrupt()
2289 if (cs->halted && !(env->spr[SPR_PSSCR] & PSSCR_EC) && in p9_deliver_interrupt()
2609 (env->spr[SPR_PSSCR] & PSSCR_EC); in helper_pminsn()
H A Dcpu.h634 #define PSSCR_EC PPC_BIT(43) /* Exit Criterion */ macro