Home
last modified time | relevance | path

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

/openbmc/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
H A Dcore-book3s.c642 current->thread.sier2 = mfspr(SPRN_SIER2); in ebb_switch_out()
687 mtspr(SPRN_SIER2, current->thread.sier2); in ebb_switch_in()
/openbmc/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.h23 unsigned long sier2; member
/openbmc/linux/tools/perf/arch/powerpc/util/
H A Dperf_regs.c70 SMPL_REG(sier2, PERF_REG_POWERPC_SIER2),
/openbmc/linux/arch/powerpc/include/asm/
H A Dprocessor.h260 unsigned long sier2; member