Searched refs:xinit (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/x86/kernel/fpu/ |
D | xstate.c | 1088 struct xregs_state *xinit = &init_fpstate.regs.xsave; in __copy_xstate_to_uabi_buf() local 1115 &xinit->i387, off_mxcsr); in __copy_xstate_to_uabi_buf() 1119 &to, &xsave->i387.mxcsr, &xinit->i387.mxcsr, in __copy_xstate_to_uabi_buf() 1124 &to, &xsave->i387.st_space, &xinit->i387.st_space, in __copy_xstate_to_uabi_buf() 1129 &to, &xsave->i387.xmm_space, &xinit->i387.xmm_space, in __copy_xstate_to_uabi_buf()
|