Home
last modified time | relevance | path

Searched refs:MMCR0_FC56 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmisc.h16 #define MMCR0_FC56 0x00000010UL /* freeze counters 5 and 6 */ macro
63 return (mmcr0 & MMCR0_FC56); in get_mmcr0_fc56()
/openbmc/qemu/target/ppc/
H A Dpower8-pmu.c77 ins_cnt |= !(mmcr0 & MMCR0_FC56) << 5; in pmu_update_summaries()
78 cyc_cnt |= !(mmcr0 & MMCR0_FC56) << 6; in pmu_update_summaries()
H A Dcpu.h534 #define MMCR0_FC56 PPC_BIT(59) /* PMC Freeze Counters 5-6 bit */ macro
/openbmc/linux/arch/powerpc/perf/
H A Disa207-common.c715 mmcr->mmcr0 |= MMCR0_FC56; in isa207_compute_mmcr()
H A Dcore-book3s.c90 #define MMCR0_FC56 0 macro
1332 MMCR0_PMXE | MMCR0_FC56); in power_pmu_disable()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h885 #define MMCR0_FC56 0x00000010UL /* freeze counters 5 and 6 */ macro