Searched refs:x86_task_fpu (Results 1 – 3 of 3) sorted by relevance
61 struct fpu *x86_task_fpu(struct task_struct *task) in x86_task_fpu() function233 fpuperm = &x86_task_fpu(current->group_leader)->guest_perm; in fpu_lock_guest_permissions()363 struct fpstate *fpstate = x86_task_fpu(current)->fpstate; in fpu_sync_guest_vmexit_xfd_state()377 struct fpu *fpu = x86_task_fpu(current); in fpu_swap_kvm_fpstate()486 save_fpregs_to_fpstate(x86_task_fpu(current)); in kernel_fpu_begin_mask()516 WARN_ON_FPU(fpu != x86_task_fpu(current)); in fpu_sync_fpstate()623 struct fpu *src_fpu = x86_task_fpu(current->group_leader); in fpu_inherit_perms()643 xstate = get_xsave_addr(&x86_task_fpu(dst)->fpstate->regs.xsave, in update_fpu_shstk()771 fpu = x86_task_fpu(tsk); in fpu__drop()775 if (fpu == x86_task_fpu(current)) { in fpu__drop()[all …]
37 struct fpu *old_fpu = x86_task_fpu(old); in switch_fpu()
1428 struct fpu *fpu = x86_task_fpu(task); in math_error()