Searched refs:MMCRA_SAMPLE_ENABLE (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/powerpc/perf/
H A Dcore-book3s.c101 #define MMCRA_SAMPLE_ENABLE 0 macro
185 if ((ppmu->flags & PPMU_HAS_SSLOT) && (mmcra & MMCRA_SAMPLE_ENABLE)) {
217 sdsync = MMCRA_SAMPLE_ENABLE;
224 if (!(mmcra & MMCRA_SAMPLE_ENABLE) || sdar_valid)
270 int marked = mmcra & MMCRA_SAMPLE_ENABLE;
327 int marked = mmcra & MMCRA_SAMPLE_ENABLE;
387 int marked = mmcra & MMCRA_SAMPLE_ENABLE;
1374 val &= ~MMCRA_SAMPLE_ENABLE;
1468 mtspr(SPRN_MMCRA, cpuhw->mmcr.mmcra & ~MMCRA_SAMPLE_ENABLE);
1508 mtspr(SPRN_MMCRA, cpuhw->mmcr.mmcra & ~MMCRA_SAMPLE_ENABLE);
[all...]
H A Disa207-common.c101 if (is_event_marked(event) || (*mmcra & MMCRA_SAMPLE_ENABLE))
628 mmcra |= MMCRA_SAMPLE_ENABLE;
H A Dpower7-pmu.c211 * and thus needs the MMCRA_SAMPLE_ENABLE bit set, or 0 if not.
300 mmcra |= MMCRA_SAMPLE_ENABLE;
H A Dppc970-pmu.c143 * and thus needs the MMCRA_SAMPLE_ENABLE bit set, or 0 if not.
385 mmcra |= MMCRA_SAMPLE_ENABLE;
H A Dpower5-pmu.c337 * and thus needs the MMCRA_SAMPLE_ENABLE bit set, or 0 if not.
528 mmcra |= MMCRA_SAMPLE_ENABLE;
H A Dpower6-pmu.c135 * and thus needs the MMCRA_SAMPLE_ENABLE bit set, or 0 if not.
245 mmcra |= MMCRA_SAMPLE_ENABLE;
H A Dpower5+-pmu.c401 * and thus needs the MMCRA_SAMPLE_ENABLE bit set, or 0 if not.
583 mmcra |= MMCRA_SAMPLE_ENABLE;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_p9_perf.c12 if (mmcra & MMCRA_SAMPLE_ENABLE)
/linux-master/arch/powerpc/include/asm/
H A Dreg.h903 #define MMCRA_SAMPLE_ENABLE 0x00000001UL /* enable sampling */ macro

Completed in 161 milliseconds