Searched refs:xinit (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/arch/x86/kernel/fpu/ |
D | xstate.c | 1067 struct xregs_state *xinit = &init_fpstate.regs.xsave; in __copy_xstate_to_uabi_buf() local 1094 &xinit->i387, off_mxcsr); in __copy_xstate_to_uabi_buf() 1098 &to, &xsave->i387.mxcsr, &xinit->i387.mxcsr, in __copy_xstate_to_uabi_buf() 1103 &to, &xsave->i387.st_space, &xinit->i387.st_space, in __copy_xstate_to_uabi_buf() 1108 &to, &xsave->i387.xmm_space, &xinit->i387.xmm_space, in __copy_xstate_to_uabi_buf()
|