Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dpower8-pmu.c95 ifm = (env->spr[SPR_POWER_MMCRA] & MMCRA_IFM_MASK) >> MMCRA_IFM_SHIFT; in hreg_bhrb_filter_update()
313 env->spr[SPR_POWER_MMCRA] = value; in helper_store_mmcrA()
H A Dhelper_regs.c60 ((env->spr[SPR_POWER_MMCRA] & MMCRA_BHRBRD) || !pr)) { in hreg_check_bhrb_enable()
H A Dcpu.h2039 #define SPR_POWER_MMCRA (0X312) macro
H A Dcpu_init.c5193 spr_register_kvm(env, SPR_POWER_MMCRA, "MMCRA", in register_book3s_pmu_sup_sprs()
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c209 save->mmcra = env->spr[SPR_POWER_MMCRA]; in nested_save_state()
308 env->spr[SPR_POWER_MMCRA] = load->mmcra; in nested_load_state()