Searched refs:MMCRA_BHRB_DISABLE (Results 1 – 5 of 5) sorted by relevance
422 mmcra |= MMCRA_BHRB_DISABLE; in isa207_compute_mmcr()502 mmcra &= ~MMCRA_BHRB_DISABLE; in isa207_compute_mmcr()
97 #define MMCRA_BHRB_DISABLE 0 macro1265 val |= MMCRA_BHRB_DISABLE; in power_pmu_disable()
250 LOAD_REG_IMMEDIATE(r5, MMCRA_BHRB_DISABLE)
456 mtspr(SPRN_MMCRA, MMCRA_BHRB_DISABLE); in init_pmu_power10()
895 #define MMCRA_BHRB_DISABLE _UL(0x2000000000) // BHRB disable bit for ISA v3.1 macro