Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/fpu/
A Dxstate.c1062 struct xregs_state *xinit = &init_fpstate.regs.xsave; in __copy_xstate_to_uabi_buf() local
1089 &xinit->i387, off_mxcsr); in __copy_xstate_to_uabi_buf()
1093 &to, &xsave->i387.mxcsr, &xinit->i387.mxcsr, in __copy_xstate_to_uabi_buf()
1098 &to, &xsave->i387.st_space, &xinit->i387.st_space, in __copy_xstate_to_uabi_buf()
1103 &to, &xsave->i387.xmm_space, &xinit->i387.xmm_space, in __copy_xstate_to_uabi_buf()
1135 mask &= (header.xfeatures | xinit->header.xcomp_bv); in __copy_xstate_to_uabi_buf()
1156 __raw_xsave_addr(xinit, i), in __copy_xstate_to_uabi_buf()

Completed in 7 milliseconds