Searched refs:siar (Results 1 – 10 of 10) sorted by relevance
| /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 | 182 rc = kvmppc_gse_put_u64(gsb, iden, vcpu->arch.siar); in gs_msg_ops_vcpu_fill_info() 445 vcpu->arch.siar = kvmppc_gse_get_u64(gse); in gs_msg_ops_vcpu_refresh_info()
|
| /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
|
| /arch/powerpc/perf/ |
| A D | core-book3s.c | 272 unsigned long siar; in perf_get_misc_flags() local 285 siar = mfspr(SPRN_SIAR); in perf_get_misc_flags() 286 if (is_kernel_addr(siar)) in perf_get_misc_flags() 304 siar = mfspr(SPRN_SIAR); in perf_get_misc_flags() 305 addr = siar ? siar : regs->nip; in perf_get_misc_flags() 632 current->thread.siar = mfspr(SPRN_SIAR); in ebb_switch_out() 669 mtspr(SPRN_SIAR, current->thread.siar); in ebb_switch_in() 2374 unsigned long siar = mfspr(SPRN_SIAR); in perf_arch_instruction_pointer() local 2376 if (regs_use_siar(regs) && siar_valid(regs) && siar) in perf_arch_instruction_pointer() 2377 return siar + perf_ip_adjust(regs); in perf_arch_instruction_pointer()
|
| /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()
|
| /arch/powerpc/kernel/ |
| A D | sysfs.c | 664 SYSFS_SPRSETUP(siar, SPRN_PA6T_SIAR); 737 __ATTR(siar, 0600, show_siar, store_siar),
|
| A D | asm-offsets.c | 457 OFFSET(VCPU_SIAR, kvm_vcpu, arch.siar); in main()
|
Completed in 31 milliseconds