Searched refs:SPR_FSCR (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | misc_helper.c | 107 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 D | translate.c | 1332 gen_fscr_facility_check(ctx, SPR_FSCR, FSCR_TAR, sprn, FSCR_IC_TAR); in spr_read_tar() 1338 gen_fscr_facility_check(ctx, SPR_FSCR, FSCR_TAR, sprn, FSCR_IC_TAR); in spr_write_tar() 1344 gen_msr_facility_check(ctx, SPR_FSCR, MSR_TM, sprn, FSCR_IC_TM); in spr_read_tm() 1350 gen_msr_facility_check(ctx, SPR_FSCR, MSR_TM, sprn, FSCR_IC_TM); in spr_write_tm() 1356 gen_msr_facility_check(ctx, SPR_FSCR, MSR_TM, sprn, FSCR_IC_TM); in spr_read_tm_upper32() 1362 gen_msr_facility_check(ctx, SPR_FSCR, MSR_TM, sprn, FSCR_IC_TM); in spr_write_tm_upper32() 1368 gen_fscr_facility_check(ctx, SPR_FSCR, FSCR_EBB, sprn, FSCR_IC_EBB); in spr_read_ebb() 1374 gen_fscr_facility_check(ctx, SPR_FSCR, FSCR_EBB, sprn, FSCR_IC_EBB); in spr_write_ebb() 1380 gen_fscr_facility_check(ctx, SPR_FSCR, FSCR_EBB, sprn, FSCR_IC_EBB); in spr_read_ebb_upper32() 1386 gen_fscr_facility_check(ctx, SPR_FSCR, FSCR_EBB, sprn, FSCR_IC_EBB); in spr_write_ebb_upper32()
|
H A D | excp_helper.c | 1560 env->spr[SPR_FSCR] |= ((target_ulong)env->error_code << 56); in powerpc_excp_books() 2594 if (env->spr[SPR_FSCR] & (1ull << FSCR_SCV)) { in helper_scv()
|
H A D | cpu.h | 1768 #define SPR_FSCR (0x099) macro
|
H A D | cpu_init.c | 5677 spr_register_kvm(env, SPR_FSCR, "FSCR", in register_power8_fscr_sprs()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_nested.c | 194 save->fscr = env->spr[SPR_FSCR]; in nested_save_state() 293 env->spr[SPR_FSCR] = load->fscr; in nested_load_state()
|