Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
H A Disa207-common.h271 #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/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/arch/powerpc/util/
H A Dperf_regs.c71 SMPL_REG(sier2, PERF_REG_POWERPC_SIER2),
/linux/arch/powerpc/include/asm/
H A Dprocessor.h260 unsigned long sier2; member