Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Disa207-common.c438 mmcra |= MMCRA_BHRB_DISABLE; in isa207_compute_mmcr()
525 mmcra &= ~MMCRA_BHRB_DISABLE; in isa207_compute_mmcr()
H A Dcore-book3s.c97 #define MMCRA_BHRB_DISABLE 0 macro
1297 val |= MMCRA_BHRB_DISABLE; in power_pmu_disable()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dcpu_setup_power.c125 mtspr(SPRN_MMCRA, MMCRA_BHRB_DISABLE); in init_PMU_ISA31()
H A Ddt_cpu_ftrs.c456 mtspr(SPRN_MMCRA, MMCRA_BHRB_DISABLE); in init_pmu_power10()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg.h897 #define MMCRA_BHRB_DISABLE _UL(0x2000000000) // BHRB disable bit for ISA v3.1 macro