Searched refs:siar (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
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-4.4.14/arch/powerpc/include/asm/ |
D | switch_to.h | 95 t->thread.siar = 0; in clear_task_ebb()
|
D | processor.h | 314 unsigned long siar; member
|
D | kvm_host.h | 539 u64 siar; member
|
/linux-4.4.14/arch/powerpc/perf/ |
D | core-book3s.c | 245 unsigned long siar = mfspr(SPRN_SIAR); in perf_get_misc_flags() local 246 if (siar >= PAGE_OFFSET) in perf_get_misc_flags() 557 current->thread.siar = mfspr(SPRN_SIAR); in ebb_switch_out() 589 mtspr(SPRN_SIAR, current->thread.siar); in ebb_switch_in()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | sysfs.c | 626 SYSFS_SPRSETUP(siar, SPRN_PA6T_SIAR); 696 __ATTR(siar, 0600, show_siar, store_siar),
|
D | asm-offsets.c | 134 DEFINE(THREAD_SIAR, offsetof(struct thread_struct, siar)); in main() 542 DEFINE(VCPU_SIAR, offsetof(struct kvm_vcpu, arch.siar)); in main()
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_hv.c | 1086 *val = get_reg_val(id, vcpu->arch.siar); in kvmppc_get_one_reg_hv() 1278 vcpu->arch.siar = set_reg_val(id, *val); in kvmppc_set_one_reg_hv()
|