Searched refs:copy_fpstate_to_sigframe (Results 1 – 4 of 4) sorted by relevance
446 extern int copy_fpstate_to_sigframe(void __user *buf, void __user *fp, int size);
164 int copy_fpstate_to_sigframe(void __user *buf, void __user *buf_fx, int size) in copy_fpstate_to_sigframe() function
223 if (copy_fpstate_to_sigframe(*fpstate, (void __user *)fx_aligned, in get_sigframe()
274 ret = copy_fpstate_to_sigframe(*fpstate, (void __user *)buf_fx, math_size); in get_sigframe()