Home
last modified time | relevance | path

Searched refs:copy_fpregs_to_fpstate (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
Dcore.c95 int copy_fpregs_to_fpstate(struct fpu *fpu) in copy_fpregs_to_fpstate() function
122 EXPORT_SYMBOL(copy_fpregs_to_fpstate);
140 copy_fpregs_to_fpstate(&current->thread.fpu); in kernel_fpu_begin_mask()
175 if (!copy_fpregs_to_fpstate(fpu)) { in fpu__save()
243 else if (!copy_fpregs_to_fpstate(dst_fpu)) in fpu__copy()
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/
Dinternal.h405 extern int copy_fpregs_to_fpstate(struct fpu *fpu);
539 if (!copy_fpregs_to_fpstate(old_fpu)) in switch_fpu_prepare()
/kernel/linux/linux-5.10/arch/x86/kvm/
Dx86.c9505 copy_fpregs_to_fpstate(fpu); in kvm_save_current_fpu()