Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dpower8-pmu.c41 target_ulong mmcr1 = env->spr[SPR_POWER_MMCR1]; in pmu_update_summaries()
142 target_ulong mmcr1 = env->spr[SPR_POWER_MMCR1]; in pmu_increment_insns()
273 env->spr[SPR_POWER_MMCR1] = value; in helper_store_mmcr1()
H A Dcpu.h2043 #define SPR_POWER_MMCR1 (0X31E) macro
H A Dcpu_init.c5149 spr_register_kvm(env, SPR_POWER_MMCR1, "MMCR1", in register_book3s_pmu_sup_sprs()
/qemu/hw/ppc/
H A Dspapr_nested.c207 save->mmcr1 = env->spr[SPR_POWER_MMCR1]; in nested_save_state()
306 env->spr[SPR_POWER_MMCR1] = load->mmcr1; in nested_load_state()