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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dperf_event.c65 #define MMCRA_SAMPLE_ENABLE 0 macro
93 if ((mmcra & MMCRA_SAMPLE_ENABLE) && !(ppmu->flags & PPMU_ALT_SIPR)) {
115 if (!(mmcra & MMCRA_SAMPLE_ENABLE) || (mmcra & sdsync))
545 if (cpuhw->mmcr[2] & MMCRA_SAMPLE_ENABLE) {
547 cpuhw->mmcr[2] & ~MMCRA_SAMPLE_ENABLE);
597 mtspr(SPRN_MMCRA, cpuhw->mmcr[2] & ~MMCRA_SAMPLE_ENABLE);
634 mtspr(SPRN_MMCRA, cpuhw->mmcr[2] & ~MMCRA_SAMPLE_ENABLE);
688 if (cpuhw->mmcr[2] & MMCRA_SAMPLE_ENABLE) {
H A Dpower4-pmu.c216 * and thus needs the MMCRA_SAMPLE_ENABLE bit set, or 0 if not.
500 mmcra |= MMCRA_SAMPLE_ENABLE;
511 mmcra |= MMCRA_SAMPLE_ENABLE;
H A Dpower7-pmu.c191 * and thus needs the MMCRA_SAMPLE_ENABLE bit set, or 0 if not.
277 mmcra |= MMCRA_SAMPLE_ENABLE;
H A Dppc970-pmu.c145 * and thus needs the MMCRA_SAMPLE_ENABLE bit set, or 0 if not.
385 mmcra |= MMCRA_SAMPLE_ENABLE;
H A Dpower5-pmu.c339 * and thus needs the MMCRA_SAMPLE_ENABLE bit set, or 0 if not.
528 mmcra |= MMCRA_SAMPLE_ENABLE;
H A Dpower6-pmu.c137 * and thus needs the MMCRA_SAMPLE_ENABLE bit set, or 0 if not.
246 mmcra |= MMCRA_SAMPLE_ENABLE;
H A Dpower5+-pmu.c403 * and thus needs the MMCRA_SAMPLE_ENABLE bit set, or 0 if not.
583 mmcra |= MMCRA_SAMPLE_ENABLE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/oprofile/
H A Dop_model_power4.c114 mmcra |= MMCRA_SAMPLE_ENABLE;
198 * If the MMCRA_SAMPLE_ENABLE bit is set, we can use the MMCRA[slot] bits
202 * and 5 if MMCRA_SAMPLE_ENABLE is set, otherwise 0.
216 if (use_slot_nums && (mmcra & MMCRA_SAMPLE_ENABLE)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dreg.h506 #define MMCRA_SAMPLE_ENABLE 0x00000001UL /* enable sampling */ macro

Completed in 141 milliseconds