Searched refs:SPR_PSSCR (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | spapr_rtas.c | 185 env->spr[SPR_PSSCR] &= ~PSSCR_EC; in rtas_start_cpu() 217 env->spr[SPR_PSSCR] |= PSSCR_EC; in rtas_stop_self()
|
H A D | spapr_cpu_core.c | 64 env->spr[SPR_PSSCR] |= PSSCR_EC; in spapr_reset_vcpu()
|
/openbmc/qemu/target/ppc/ |
H A D | excp_helper.c | 1930 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 D | cpu.h | 2095 #define SPR_PSSCR (0x357) macro
|
H A D | cpu_init.c | 6453 spr_register_kvm_hv(env, SPR_PSSCR, "PSSCR", NULL, NULL, NULL, NULL, in init_proc_POWER9() 6647 spr_register_kvm_hv(env, SPR_PSSCR, "PSSCR", NULL, NULL, NULL, NULL, in init_proc_POWER10()
|