Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h865 #define MMCR0_FCP 0x20000000UL /* freeze in problem state */ macro
866 #define MMCR0_PROBLEM_DISABLE MMCR0_FCP
1048 #define MMCR0_FCP 0x20000000UL /* freeze in problem state */ macro
/openbmc/qemu/target/ppc/
H A Dhelper_regs.c66 fcp = !!(mmcr0 & MMCR0_FCP); in hreg_check_bhrb_enable()
H A Dcpu.h537 #define MMCR0_FCP PPC_BIT(34) /* Freeze Counters/BHRB if PR=1 */ macro
/openbmc/linux/arch/powerpc/perf/
H A Dcore-book3s.c1495 cpuhw->mmcr.mmcr0 |= MMCR0_FCP; in power_pmu_enable()