Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/fpu/
Dsignal.c157 int ia32_fxstate = (buf != buf_fx); in copy_fpstate_to_sigframe() local
159 ia32_fxstate &= (config_enabled(CONFIG_X86_32) || in copy_fpstate_to_sigframe()
175 if (ia32_fxstate) in copy_fpstate_to_sigframe()
184 if ((ia32_fxstate || !use_fxsr()) && save_fsave_header(tsk, buf)) in copy_fpstate_to_sigframe()
187 if (use_fxsr() && save_xstate_epilog(buf_fx, ia32_fxstate)) in copy_fpstate_to_sigframe()
250 int ia32_fxstate = (buf != buf_fx); in __fpu__restore_sig() local
257 ia32_fxstate &= (config_enabled(CONFIG_X86_32) || in __fpu__restore_sig()
291 if (ia32_fxstate) { in __fpu__restore_sig()