Searched refs:siar (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/include/asm/ |
D | switch_to.h | 94 t->thread.siar = 0; in clear_task_ebb()
|
D | processor.h | 306 unsigned long siar; member
|
D | kvm_host.h | 531 u64 siar; member
|
/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() 556 current->thread.siar = mfspr(SPRN_SIAR); in ebb_switch_out() 588 mtspr(SPRN_SIAR, current->thread.siar); in ebb_switch_in()
|
/arch/powerpc/kernel/ |
D | sysfs.c | 588 SYSFS_SPRSETUP(siar, SPRN_PA6T_SIAR); 658 __ATTR(siar, 0600, show_siar, store_siar),
|
D | asm-offsets.c | 133 DEFINE(THREAD_SIAR, offsetof(struct thread_struct, siar)); in main() 528 DEFINE(VCPU_SIAR, offsetof(struct kvm_vcpu, arch.siar)); in main()
|
/arch/powerpc/kvm/ |
D | book3s_hv.c | 997 *val = get_reg_val(id, vcpu->arch.siar); in kvmppc_get_one_reg_hv() 1192 vcpu->arch.siar = set_reg_val(id, *val); in kvmppc_set_one_reg_hv()
|