Searched refs:spefscr (Results 1 – 6 of 6) sorted by relevance
33 offsetof(struct thread_struct, spefscr)); in evr_get()52 offsetof(struct thread_struct, spefscr)); in evr_set()
196 unsigned long spefscr; /* SPE & eFP status */ member275 .spefscr = SPEFSCR_FINVE | SPEFSCR_FDBZE | SPEFSCR_FUNFE | SPEFSCR_FOVFE, \
108 #define __FPU_FPSCR (current->thread.spefscr)
396 tsk->thread.spefscr = mfspr(SPRN_SPEFSCR); in flush_spe_to_thread()598 tsk->thread.spefscr = mfspr(SPRN_SPEFSCR); in flush_all_to_thread()1162 t->spefscr = mfspr(SPRN_SPEFSCR); in save_sprs()1236 old_thread->spefscr != new_thread->spefscr) in restore_sprs()1237 mtspr(SPRN_SPEFSCR, new_thread->spefscr); in restore_sprs()1999 current->thread.spefscr = 0; in start_thread()
327 unsafe_put_user(current->thread.spefscr, in __unsafe_save_user_regs()555 unsafe_get_user(current->thread.spefscr, (u32 __user *)&sr->mc_vregs + ELF_NEVRREG, failed); in restore_user_regs()
650 OFFSET(VCPU_SPEFSCR, kvm_vcpu, arch.spefscr); in main()