Searched refs:xinit (Results 1 – 1 of 1) sorted by relevance
/arch/x86/kernel/fpu/ |
D | xstate.c | 987 struct xregs_state *xinit = &init_fpstate.xsave; in copy_xstate_to_uabi_buf() local 1012 &xinit->i387, off_mxcsr); in copy_xstate_to_uabi_buf() 1016 &to, &xsave->i387.mxcsr, &xinit->i387.mxcsr, in copy_xstate_to_uabi_buf() 1021 &to, &xsave->i387.st_space, &xinit->i387.st_space, in copy_xstate_to_uabi_buf() 1026 &to, &xsave->i387.xmm_space, &xinit->i387.xmm_space, in copy_xstate_to_uabi_buf() 1073 __raw_xsave_addr(xinit, i), in copy_xstate_to_uabi_buf()
|