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()
/linux/arch/powerpc/kernel/
H A Dcpu_setup_power.c125 mtspr(SPRN_MMCRA, MMCRA_BHRB_DISABLE); in init_PMU_ISA31()
/linux/arch/powerpc/perf/
H A Dcore-book3s.c102 #define MMCRA_BHRB_DISABLE 0 macro
1375 val |= MMCRA_BHRB_DISABLE; in power_pmu_disable()
/linux/arch/powerpc/include/asm/
H A Dreg.h900 #define MMCRA_BHRB_DISABLE _UL(0x2000000000) // BHRB disable bit for ISA v3.1 macro