Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/fpu/
Dsignal.h23 extern void convert_to_fxsr(struct fxregs_state *fxsave,
/linux-6.12.1/arch/x86/kernel/fpu/
Dregset.c373 void convert_to_fxsr(struct fxregs_state *fxsave, in convert_to_fxsr() function
453 convert_to_fxsr(&fpu->fpstate->regs.fxsave, &env); in fpregs_set()
Dsignal.c435 convert_to_fxsr(&fpregs->fxsave, &env); in __fpu_restore_sig()