Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmisc_helper.c107 env->spr[SPR_FSCR] &= ~((target_ulong)FSCR_IC_MASK << FSCR_IC_POS); in raise_fu_exception()
109 env->spr[SPR_FSCR] |= (target_ulong)cause << FSCR_IC_POS; in raise_fu_exception()
130 if (env->spr[SPR_FSCR] & (1ULL << bit)) { in helper_fscr_facility_check()
H A Dcpu.h1843 #define SPR_FSCR (0x099) macro
H A Dcpu_init.c5687 spr_register_kvm(env, SPR_FSCR, "FSCR", in register_power8_fscr_sprs()
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c194 save->fscr = env->spr[SPR_FSCR]; in nested_save_state()
293 env->spr[SPR_FSCR] = load->fscr; in nested_load_state()