Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/fpu/
Dcontext.h75 restore_fpregs_from_fpstate(fpu->fpstate, XFEATURE_MASK_FPSTATE); in fpregs_restore_userregs()
Dcore.c136 void restore_fpregs_from_fpstate(struct fpstate *fpstate, u64 mask) in restore_fpregs_from_fpstate() function
192 restore_fpregs_from_fpstate(&init_fpstate, XFEATURE_MASK_FPSTATE); in fpu_reset_from_exception_fixup()
355 restore_fpregs_from_fpstate(cur_fps, XFEATURE_MASK_FPSTATE); in fpu_swap_kvm_fpstate()
/linux-6.1.9/arch/x86/include/asm/fpu/
Dsignal.h43 extern void restore_fpregs_from_fpstate(struct fpstate *fpstate, u64 mask);