Searched refs:copy_fpstate_to_sigframe (Results 1 – 4 of 4) sorted by relevance
157 int copy_fpstate_to_sigframe(void __user *buf, void __user *buf_fx, int size) in copy_fpstate_to_sigframe() function
461 extern int copy_fpstate_to_sigframe(void __user *buf, void __user *fp, int size);
239 if (copy_fpstate_to_sigframe(*fpstate, (void __user *)fx_aligned, in get_sigframe()
285 copy_fpstate_to_sigframe(*fpstate, (void __user *)buf_fx, math_size) < 0) in get_sigframe()