Lines Matching refs:thread
107 save_access_regs(current->thread.acrs); in store_sigregs()
114 restore_access_regs(current->thread.acrs); in load_sigregs()
128 memcpy(&user_sregs.regs.acrs, current->thread.acrs, in save_sigregs()
130 fpregs_store(&user_sregs.fpregs, ¤t->thread.fpu); in save_sigregs()
165 memcpy(¤t->thread.acrs, &user_sregs.regs.acrs, in restore_sigregs()
166 sizeof(current->thread.acrs)); in restore_sigregs()
168 fpregs_load(&user_sregs.fpregs, ¤t->thread.fpu); in restore_sigregs()
184 vxrs[i] = *((__u64 *)(current->thread.fpu.vxrs + i) + 1); in save_sigregs_ext()
188 current->thread.fpu.vxrs + __NUM_VXRS_LOW, in save_sigregs_ext()
205 __copy_from_user(current->thread.fpu.vxrs + __NUM_VXRS_LOW, in restore_sigregs_ext()
210 *((__u64 *)(current->thread.fpu.vxrs + i) + 1) = vxrs[i]; in restore_sigregs_ext()