Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/fpu/
A Dsignal.h39 extern bool copy_fpstate_to_sigframe(void __user *buf, void __user *fp, int size);
45 extern bool copy_fpstate_to_sigframe(void __user *buf, void __user *fp, int size);
/linux/arch/x86/kernel/fpu/
A Dsignal.c188 bool copy_fpstate_to_sigframe(void __user *buf, void __user *buf_fx, int size) in copy_fpstate_to_sigframe() function
/linux/arch/x86/ia32/
A Dia32_signal.c222 if (!copy_fpstate_to_sigframe(*fpstate, (void __user *)fx_aligned, in get_sigframe()
/linux/arch/x86/kernel/
A Dsignal.c296 if (!copy_fpstate_to_sigframe(*fpstate, (void __user *)buf_fx, math_size)) in get_sigframe()

Completed in 8 milliseconds