Searched refs:sier (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/include/asm/ |
D | switch_to.h | 97 t->thread.sier = 0; in clear_task_ebb()
|
D | processor.h | 316 unsigned long sier; member
|
D | kvm_host.h | 542 u64 sier; member
|
/arch/powerpc/perf/ |
D | core-book3s.c | 572 current->thread.sier = mfspr(SPRN_SIER); in ebb_switch_out() 604 mtspr(SPRN_SIER, current->thread.sier); in ebb_switch_in() 788 unsigned long sdar, sier, flags; in perf_event_print_debug() local 816 sdar = sier = 0; in perf_event_print_debug() 821 sier = mfspr(SPRN_SIER); in perf_event_print_debug() 831 mfspr(SPRN_SIAR), sdar, sier); in perf_event_print_debug()
|
/arch/powerpc/kernel/ |
D | sysfs.c | 625 SYSFS_SPRSETUP(sier, SPRN_PA6T_SIER); 695 __ATTR(sier, 0600, show_sier, store_sier),
|
D | asm-offsets.c | 136 DEFINE(THREAD_SIER, offsetof(struct thread_struct, sier)); in main() 547 DEFINE(VCPU_SIER, offsetof(struct kvm_vcpu, arch.sier)); in main()
|
/arch/powerpc/kvm/ |
D | book3s_hv.c | 1092 *val = get_reg_val(id, vcpu->arch.sier); in kvmppc_get_one_reg_hv() 1287 vcpu->arch.sier = set_reg_val(id, *val); in kvmppc_set_one_reg_hv()
|