Searched refs:copy_fpstate_to_sigframe (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/include/asm/fpu/ |
| A D | signal.h | 39 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 D | signal.c | 188 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 D | ia32_signal.c | 222 if (!copy_fpstate_to_sigframe(*fpstate, (void __user *)fx_aligned, in get_sigframe()
|
| /linux/arch/x86/kernel/ |
| A D | signal.c | 296 if (!copy_fpstate_to_sigframe(*fpstate, (void __user *)buf_fx, math_size)) in get_sigframe()
|
Completed in 8 milliseconds