Searched refs:copy_fpstate_to_sigframe (Results 1 – 4 of 4) sorted by relevance
39 extern bool copy_fpstate_to_sigframe(void __user *buf, void __user *fp, int size);
188 bool copy_fpstate_to_sigframe(void __user *buf, void __user *buf_fx, int size) in copy_fpstate_to_sigframe() function
222 if (!copy_fpstate_to_sigframe(*fpstate, (void __user *)fx_aligned, in get_sigframe()
297 if (!copy_fpstate_to_sigframe(*fpstate, (void __user *)buf_fx, math_size)) in get_sigframe()