Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_perf.c12 if (mmcra & MMCRA_SAMPLE_ENABLE) in freeze_pmu()
/linux/arch/powerpc/perf/
H A Dpower7-pmu.c300 mmcra |= MMCRA_SAMPLE_ENABLE; in power7_compute_mmcr()
H A Dppc970-pmu.c385 mmcra |= MMCRA_SAMPLE_ENABLE; in p970_compute_mmcr()
H A Dpower6-pmu.c245 mmcra |= MMCRA_SAMPLE_ENABLE; in p6_compute_mmcr()
H A Dpower5-pmu.c528 mmcra |= MMCRA_SAMPLE_ENABLE; in power5_compute_mmcr()
H A Dpower5+-pmu.c583 mmcra |= MMCRA_SAMPLE_ENABLE; in power5p_compute_mmcr()
/linux/arch/powerpc/include/asm/
H A Dreg.h899 #define MMCRA_SAMPLE_ENABLE 0x00000001UL /* enable sampling */ macro