Home
last modified time | relevance | path

Searched refs:SPR_PSSCR (Results 1 – 6 of 6) 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.h2108 #define SPR_PSSCR (0x357) macro
H A Dcpu_init.c6478 spr_register_kvm_hv(env, SPR_PSSCR, "PSSCR", NULL, NULL, NULL, NULL, in register_power9_common_sprs()