Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/kvm/
Dbook3s_hv_p9_perf.c17 if (!(mmcra & MMCRA_BHRB_DISABLE)) in freeze_pmu()
27 mmcra = MMCRA_BHRB_DISABLE; in freeze_pmu()
Dbook3s_hv.c2929 kvmppc_set_mmcra_hv(vcpu, MMCRA_BHRB_DISABLE); in kvmppc_core_vcpu_create_hv()
/linux-6.6.21/arch/powerpc/kernel/
Dcpu_setup_power.c125 mtspr(SPRN_MMCRA, MMCRA_BHRB_DISABLE); in init_PMU_ISA31()
Ddt_cpu_ftrs.c433 mtspr(SPRN_MMCRA, MMCRA_BHRB_DISABLE); in init_pmu_power10()
/linux-6.6.21/arch/powerpc/perf/
Disa207-common.c583 mmcra |= MMCRA_BHRB_DISABLE; in isa207_compute_mmcr()
674 mmcra &= ~MMCRA_BHRB_DISABLE; in isa207_compute_mmcr()
Dcore-book3s.c102 #define MMCRA_BHRB_DISABLE 0 macro
1378 val |= MMCRA_BHRB_DISABLE; in power_pmu_disable()
/linux-6.6.21/arch/powerpc/include/asm/
Dreg.h904 #define MMCRA_BHRB_DISABLE _UL(0x2000000000) // BHRB disable bit for ISA v3.1 macro