Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_rtas.c186 env->spr[SPR_PSSCR] &= ~PSSCR_EC; in rtas_start_cpu()
218 env->spr[SPR_PSSCR] |= PSSCR_EC; in rtas_stop_self()
H A Dspapr_cpu_core.c67 env->spr[SPR_PSSCR] |= PSSCR_EC; in spapr_reset_vcpu()
/openbmc/qemu/target/ppc/
H A Dtcg-excp_helper.c462 (env->spr[SPR_PSSCR] & PSSCR_EC); in helper_pminsn()
H A Dexcp_helper.c1867 if (env->spr[SPR_PSSCR] & PSSCR_EC) { in p9_next_unmasked_interrupt()
2236 if (cs->halted && !(env->spr[SPR_PSSCR] & PSSCR_EC) && in p9_deliver_interrupt()
H A Dcpu.h639 #define PSSCR_EC PPC_BIT(43) /* Exit Criterion */ macro