Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_perf.c17 if (!(mmcra & MMCRA_BHRB_DISABLE)) in freeze_pmu()
27 mmcra = MMCRA_BHRB_DISABLE; in freeze_pmu()
H A Dbook3s_hv.c2994 kvmppc_set_mmcra_hv(vcpu, MMCRA_BHRB_DISABLE); in kvmppc_core_vcpu_create_hv()
/linux/arch/powerpc/kernel/
H A Dcpu_setup_power.c125 mtspr(SPRN_MMCRA, MMCRA_BHRB_DISABLE); in init_PMU_ISA31()
/linux/arch/powerpc/include/asm/
H A Dreg.h900 #define MMCRA_BHRB_DISABLE _UL(0x2000000000) // BHRB disable bit for ISA v3.1 macro