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

/linux-master/arch/powerpc/perf/
H A Disa207-common.h271 #define P10_SIER2_FINISH_CYC(sier2) (((sier2) >> (63 - 37)) & 0x7fful)
272 #define P10_SIER2_DISPATCH_CYC(sier2) (((sier2) >> (63 - 13)) & 0x7fful)
H A Dcore-book3s.c642 current->thread.sier2 = mfspr(SPRN_SIER2);
687 mtspr(SPRN_SIER2, current->thread.sier2);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_p9_perf.c68 host_os_sprs->sier2 = mfspr(SPRN_SIER2);
209 mtspr(SPRN_SIER2, host_os_sprs->sier2);
H A Dbook3s_hv.h25 unsigned long sier2; member in struct:p9_host_os_sprs
/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h260 unsigned long sier2; member in struct:thread_struct
/linux-master/tools/perf/arch/powerpc/util/
H A Dperf_regs.c70 SMPL_REG(sier2, PERF_REG_POWERPC_SIER2),

Completed in 128 milliseconds