Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/fpu/
Dcore.c117 copy_fpregs_to_fpstate(fpu); in __kernel_fpu_begin()
192 if (!copy_fpregs_to_fpstate(fpu)) in fpu__save()
260 if (!copy_fpregs_to_fpstate(dst_fpu)) { in fpu_copy()
/linux-4.4.14/arch/x86/include/asm/fpu/
Dinternal.h429 static inline int copy_fpregs_to_fpstate(struct fpu *fpu) in copy_fpregs_to_fpstate() function
602 if (!copy_fpregs_to_fpstate(old_fpu)) in switch_fpu_prepare()
/linux-4.4.14/arch/x86/kvm/
Dx86.c7238 copy_fpregs_to_fpstate(&vcpu->arch.guest_fpu); in kvm_put_guest_fpu()