Home
last modified time | relevance | path

Searched refs:mmcr2 (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmisc.h125 static inline int get_mmcr2_fcs(u64 mmcr2, int pmc) in get_mmcr2_fcs() argument
130 static inline int get_mmcr2_fcp(u64 mmcr2, int pmc) in get_mmcr2_fcp() argument
135 static inline int get_mmcr2_fcpc(u64 mmcr2, int pmc) in get_mmcr2_fcpc() argument
140 static inline int get_mmcr2_fcm1(u64 mmcr2, int pmc) in get_mmcr2_fcm1() argument
145 static inline int get_mmcr2_fcm0(u64 mmcr2, int pmc) in get_mmcr2_fcm0() argument
150 static inline int get_mmcr2_fcwait(u64 mmcr2, int pmc) in get_mmcr2_fcwait() argument
155 static inline int get_mmcr2_fch(u64 mmcr2, int pmc) in get_mmcr2_fch() argument
160 static inline int get_mmcr2_fcti(u64 mmcr2, int pmc) in get_mmcr2_fcti() argument
165 static inline int get_mmcr2_fcta(u64 mmcr2, int pmc) in get_mmcr2_fcta() argument
170 static inline int get_mmcr2_l2l3(u64 mmcr2, int pmc) in get_mmcr2_l2l3() argument
[all …]
/linux-6.15/arch/powerpc/perf/
H A Dmpc7450-pmu.c268 u32 mmcr0 = 0, mmcr1 = 0, mmcr2 = 0; in mpc7450_compute_mmcr() local
307 mmcr2 = 0x80000000; in mpc7450_compute_mmcr()
327 mmcr->mmcr2 = mmcr2; in mpc7450_compute_mmcr()
334 mmcr->mmcra = mmcr2; in mpc7450_compute_mmcr()
H A Disa207-common.c574 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; in isa207_compute_mmcr() local
588 mmcra = mmcr1 = mmcr2 = mmcr3 = 0; in isa207_compute_mmcr()
675 mmcr2 |= val << p10_L2L3_SEL_SHIFT; in isa207_compute_mmcr()
689 mmcr2 |= MMCR2_FCP(pmc); in isa207_compute_mmcr()
692 mmcr2 |= MMCR2_FCH(pmc); in isa207_compute_mmcr()
696 mmcr2 |= MMCR2_FCH(pmc); in isa207_compute_mmcr()
698 mmcr2 |= MMCR2_FCS(pmc); in isa207_compute_mmcr()
702 mmcr2 |= MMCR2_FCWAIT(pmc); in isa207_compute_mmcr()
739 mmcr->mmcr2 = mmcr2; in isa207_compute_mmcr()
H A Dcore-book3s.c636 current->thread.mmcr2 = mfspr(SPRN_MMCR2) & MMCR2_USER_MASK; in ebb_switch_out()
680 mtspr(SPRN_MMCR2, cpuhw->mmcr.mmcr2 | current->thread.mmcr2); in ebb_switch_in()
1510 mtspr(SPRN_MMCR2, cpuhw->mmcr.mmcr2); in power_pmu_enable()
/linux-6.15/arch/powerpc/kvm/
H A Dbook3s_hv_p9_perf.c61 host_os_sprs->mmcr2 = mfspr(SPRN_MMCR2); in switch_pmu_to_guest()
202 mtspr(SPRN_MMCR2, host_os_sprs->mmcr2); in switch_pmu_to_host()
H A Dbook3s_hv.h20 unsigned long mmcr2; member
/linux-6.15/arch/powerpc/include/asm/
H A Dswitch_to.h119 t->thread.mmcr2 = 0; in clear_task_ebb()
H A Dperf_event_server.h23 unsigned long mmcr2; member
H A Dprocessor.h255 unsigned long mmcr2; member
/linux-6.15/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c409 BUILD_BUG_ON(TSO(sier) + sizeof(unsigned long) != TSO(mmcr2)); in pmu_get()
410 BUILD_BUG_ON(TSO(mmcr2) + sizeof(unsigned long) != TSO(mmcr0)); in pmu_get()
427 BUILD_BUG_ON(TSO(sier) + sizeof(unsigned long) != TSO(mmcr2)); in pmu_set()
428 BUILD_BUG_ON(TSO(mmcr2) + sizeof(unsigned long) != TSO(mmcr0)); in pmu_set()
448 &target->thread.mmcr2, 3 * sizeof(unsigned long), in pmu_set()
/linux-6.15/tools/perf/arch/powerpc/util/
H A Dperf_regs.c69 SMPL_REG(mmcr2, PERF_REG_POWERPC_MMCR2),
/linux-6.15/arch/powerpc/platforms/powernv/
H A Didle.c599 u64 mmcr2; member
676 sprs.mmcr2 = mfspr(SPRN_MMCR2); in power9_idle_stop()
792 mtspr(SPRN_MMCR2, sprs.mmcr2); in power9_idle_stop()
/linux-6.15/arch/powerpc/kernel/
H A Dsysfs.c614 SYSFS_PMCSETUP(mmcr2, SPRN_MMCR2);
682 __ATTR(mmcr2, 0600, show_mmcr2, store_mmcr2),