Home
last modified time | relevance | path

Searched refs:mmcr3 (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/perf/
Disa207-common.c418 unsigned long mmcr3; in isa207_compute_mmcr() local
431 mmcra = mmcr1 = mmcr2 = mmcr3 = 0; in isa207_compute_mmcr()
544 mmcr3 |= val << MMCR3_SHIFT(pmc); in isa207_compute_mmcr()
576 mmcr->mmcr3 = mmcr3; in isa207_compute_mmcr()
Dcore-book3s.c588 current->thread.mmcr3 = mfspr(SPRN_MMCR3); in ebb_switch_out()
633 mtspr(SPRN_MMCR3, current->thread.mmcr3); in ebb_switch_in()
1389 mtspr(SPRN_MMCR3, cpuhw->mmcr.mmcr3); in power_pmu_enable()
1434 mtspr(SPRN_MMCR3, cpuhw->mmcr.mmcr3); in power_pmu_enable()
/arch/powerpc/include/asm/
Dperf_event_server.h25 unsigned long mmcr3; member
Dprocessor.h270 unsigned long mmcr3; member
/arch/powerpc/kernel/
Dsysfs.c616 SYSFS_PMCSETUP(mmcr3, SPRN_MMCR3);
619 static DEVICE_ATTR(mmcr3, 0600, show_mmcr3, store_mmcr3);