Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/fpu/
Dcore.c99 void save_fpregs_to_fpstate(struct fpu *fpu) in save_fpregs_to_fpstate() function
125 EXPORT_SYMBOL(save_fpregs_to_fpstate);
166 save_fpregs_to_fpstate(&current->thread.fpu); in kernel_fpu_begin_mask()
200 save_fpregs_to_fpstate(fpu); in fpu_sync_fpstate()
278 save_fpregs_to_fpstate(dst_fpu); in fpu_clone()
/Linux-v5.15/arch/x86/include/asm/fpu/
Dinternal.h89 extern void save_fpregs_to_fpstate(struct fpu *fpu);
511 save_fpregs_to_fpstate(old_fpu); in switch_fpu_prepare()
/Linux-v5.15/arch/x86/kvm/
Dx86.c9951 save_fpregs_to_fpstate(fpu); in kvm_save_current_fpu()