Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
Dxstate.c1103 struct xregs_state *xinit = &init_fpstate.xsave; in copy_xstate_to_kernel() local
1117 &xinit->i387, off_mxcsr); in copy_xstate_to_kernel()
1121 &to, &xsave->i387.mxcsr, &xinit->i387.mxcsr, in copy_xstate_to_kernel()
1126 &to, &xsave->i387.st_space, &xinit->i387.st_space, in copy_xstate_to_kernel()
1131 &to, &xsave->i387.xmm_space, &xinit->i387.xmm_space, in copy_xstate_to_kernel()
1165 __raw_xsave_addr(xinit, i), in copy_xstate_to_kernel()