Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmisc_helper.c96 env->spr[SPR_HFSCR] &= ~((target_ulong)FSCR_IC_MASK << FSCR_IC_POS); in raise_hv_fu_exception()
120 !(env->spr[SPR_HFSCR] & (1UL << bit))) { in helper_hfscr_facility_check()
H A Dcpu.h1783 #define SPR_HFSCR (0x0BE) macro
H A Dexcp_helper.c1563 env->spr[SPR_HFSCR] |= ((target_ulong)env->error_code << FSCR_IC_POS); in powerpc_excp_books()
H A Dcpu_init.c5450 spr_register_hv(env, SPR_HFSCR, "HFSCR", in register_book3s_ids_sprs()
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c156 save->hfscr = env->spr[SPR_HFSCR]; in nested_save_state()
255 env->spr[SPR_HFSCR] = load->hfscr; in nested_load_state()