Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1565 env->spr[SPR_BESCR] &= ~BESCR_GE; in powerpc_excp_books()
1861 (env->spr[SPR_BESCR] & BESCR_GE)) { in p8_next_unmasked_interrupt()
2007 (env->spr[SPR_BESCR] & BESCR_GE)) { in p9_next_unmasked_interrupt()
2137 (env->spr[SPR_BESCR] & BESCR_GE)) { in ppc_next_unmasked_interrupt()
2270 if (env->spr[SPR_BESCR] & BESCR_PMEO) { in p8_deliver_interrupt()
2272 } else if (env->spr[SPR_BESCR] & BESCR_EEO) { in p8_deliver_interrupt()
2354 if (env->spr[SPR_BESCR] & BESCR_PMEO) { in p9_deliver_interrupt()
2356 } else if (env->spr[SPR_BESCR] & BESCR_EEO) { in p9_deliver_interrupt()
2472 if (env->spr[SPR_BESCR] & BESCR_PMEO) { in ppc_deliver_interrupt()
2474 } else if (env->spr[SPR_BESCR] & BESCR_EEO) { in ppc_deliver_interrupt()
[all …]
H A Dcpu.h2076 #define SPR_BESCR (0x326) macro
H A Dcpu_init.c5655 spr_register_kvm(env, SPR_BESCR, "BESCR", in register_power8_ebb_sprs()
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c189 save->bescr = env->spr[SPR_BESCR]; in nested_save_state()
288 env->spr[SPR_BESCR] = load->bescr; in nested_load_state()