Home
last modified time | relevance | path

Searched full:sier2 (Results 1 – 8 of 8) sorted by relevance

/linux/arch/powerpc/perf/
H A Disa207-common.h270 /* Bits in SIER2/SIER3 for Power10 */
271 #define P10_SIER2_FINISH_CYC(sier2) (((sier2) >> (63 - 37)) & 0x7fful) argument
272 #define P10_SIER2_DISPATCH_CYC(sier2) (((sier2) >> (63 - 13)) & 0x7fful) argument
/linux/arch/powerpc/include/uapi/asm/
H A Dperf_regs.h77 * unsupported SPRS MMCR3, SIER2 and SIER3.
/linux/tools/arch/powerpc/include/uapi/asm/
H A Dperf_regs.h77 * unsupported SPRS MMCR3, SIER2 and SIER3.
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_perf.c68 host_os_sprs->sier2 = mfspr(SPRN_SIER2); in switch_pmu_to_guest()
209 mtspr(SPRN_SIER2, host_os_sprs->sier2); in switch_pmu_to_host()
H A Dbook3s_hv.h25 unsigned long sier2; member
/linux/tools/perf/util/perf-regs-arch/
H A Dperf_regs_powerpc.c289 return "sier2"; in __perf_reg_name_powerpc()
/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmisc.c417 else if (!strcmp(register_name, "SIER2")) in __perf_reg_mask()
/linux/arch/powerpc/include/asm/
H A Dprocessor.h260 unsigned long sier2; member