Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/fpu/
Dsignal.c192 bool ia32_fxstate = (buf != buf_fx); in copy_fpstate_to_sigframe() local
195 ia32_fxstate &= (IS_ENABLED(CONFIG_X86_32) || in copy_fpstate_to_sigframe()
242 if ((ia32_fxstate || !use_fxsr()) && !save_fsave_header(tsk, buf)) in copy_fpstate_to_sigframe()
245 if (use_fxsr() && !save_xstate_epilog(buf_fx, ia32_fxstate, fpstate)) in copy_fpstate_to_sigframe()
336 bool ia32_fxstate) in __fpu_restore_sig() argument
357 if (likely(!ia32_fxstate)) { in __fpu_restore_sig()
461 bool ia32_fxstate = false; in fpu__restore_sig() local
482 ia32_fxstate = true; in fpu__restore_sig()
493 success = __fpu_restore_sig(buf, buf_fx, ia32_fxstate); in fpu__restore_sig()