Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/fpu/
Dinternal.h446 extern int copy_fpstate_to_sigframe(void __user *buf, void __user *fp, int size);
/Linux-v5.10/arch/x86/kernel/fpu/
Dsignal.c164 int copy_fpstate_to_sigframe(void __user *buf, void __user *buf_fx, int size) in copy_fpstate_to_sigframe() function
/Linux-v5.10/arch/x86/ia32/
Dia32_signal.c223 if (copy_fpstate_to_sigframe(*fpstate, (void __user *)fx_aligned, in get_sigframe()
/Linux-v5.10/arch/x86/kernel/
Dsignal.c274 ret = copy_fpstate_to_sigframe(*fpstate, (void __user *)buf_fx, math_size); in get_sigframe()