Searched refs:siar (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/powerpc/pmu/ebb/ |
| A D | back_to_back_ebbs_test.c | 29 uint64_t siar, val; in ebb_callee() local 52 siar = mfspr(SPRN_SIAR); in ebb_callee() 53 trace_log_reg(ebb_state.trace, SPRN_SIAR, siar); in ebb_callee()
|
| /linux/arch/powerpc/kvm/ |
| A D | book3s_hv_p9_perf.c | 63 host_os_sprs->siar = mfspr(SPRN_SIAR); in switch_pmu_to_guest() 97 mtspr(SPRN_SIAR, vcpu->arch.siar); in switch_pmu_to_guest() 151 vcpu->arch.siar = mfspr(SPRN_SIAR); in switch_pmu_to_host() 204 mtspr(SPRN_SIAR, host_os_sprs->siar); in switch_pmu_to_host()
|
| A D | book3s_hv.h | 23 unsigned long siar; member 112 KVMPPC_BOOK3S_HV_VCPU_ACCESSOR(siar, 64, KVMPPC_GSID_SIAR)
|
| A D | book3s_hv_nestedv2.c | 176 rc = kvmppc_gse_put_u64(gsb, iden, vcpu->arch.siar); in gs_msg_ops_vcpu_fill_info() 437 vcpu->arch.siar = kvmppc_gse_get_u64(gse); in gs_msg_ops_vcpu_refresh_info()
|
| /linux/arch/powerpc/perf/ |
| A D | core-book3s.c | 269 unsigned long siar; in perf_get_misc_flags() local 282 siar = mfspr(SPRN_SIAR); in perf_get_misc_flags() 283 if (is_kernel_addr(siar)) in perf_get_misc_flags() 301 siar = mfspr(SPRN_SIAR); in perf_get_misc_flags() 302 addr = siar ? siar : regs->nip; in perf_get_misc_flags() 628 current->thread.siar = mfspr(SPRN_SIAR); in ebb_switch_out() 665 mtspr(SPRN_SIAR, current->thread.siar); in ebb_switch_in() 2351 unsigned long siar = mfspr(SPRN_SIAR); in perf_instruction_pointer() local 2353 if (regs_use_siar(regs) && siar_valid(regs) && siar) in perf_instruction_pointer() 2354 return siar + perf_ip_adjust(regs); in perf_instruction_pointer()
|
| /linux/arch/powerpc/include/asm/ |
| A D | switch_to.h | 121 t->thread.siar = 0; in clear_task_ebb()
|
| A D | processor.h | 252 unsigned long siar; member
|
| A D | kvm_host.h | 667 u64 siar; member
|
| /linux/arch/powerpc/kernel/ptrace/ |
| A D | ptrace-view.c | 407 BUILD_BUG_ON(TSO(siar) + sizeof(unsigned long) != TSO(sdar)); in pmu_get() 415 return membuf_write(&to, &target->thread.siar, 5 * sizeof(unsigned long)); in pmu_get() 425 BUILD_BUG_ON(TSO(siar) + sizeof(unsigned long) != TSO(sdar)); in pmu_set() 433 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.siar, in pmu_set()
|
| /linux/tools/perf/arch/powerpc/util/ |
| A D | perf_regs.c | 79 SMPL_REG(siar, PERF_REG_POWERPC_SIAR),
|
| /linux/arch/powerpc/kernel/ |
| A D | sysfs.c | 663 SYSFS_SPRSETUP(siar, SPRN_PA6T_SIAR); 736 __ATTR(siar, 0600, show_siar, store_siar),
|
| A D | asm-offsets.c | 461 OFFSET(VCPU_SIAR, kvm_vcpu, arch.siar); in main()
|
Completed in 30 milliseconds