Home
last modified time | relevance | path

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

/linux/arch/x86/um/
H A Dsignal.c113 struct _xstate_64 __user *to_fp64; in copy_sc_to_user() local
177 to_fp64 = (void __user *)to_fp + in copy_sc_to_user()
180 to_fp64 = to_fp; in copy_sc_to_user()
183 if (copy_to_user(to_fp64, regs->regs.fp, host_fp_size)) in copy_sc_to_user()
193 if (host_fp_size <= sizeof(to_fp64->fpstate)) in copy_sc_to_user()
200 &to_fp64->fpstate.sw_reserved.extended_size); in copy_sc_to_user()
203 &to_fp64->fpstate.sw_reserved.extended_size); in copy_sc_to_user()
205 __put_user(host_fp_size, &to_fp64->fpstate.sw_reserved.xstate_size); in copy_sc_to_user()
207 __put_user(FP_XSTATE_MAGIC1, &to_fp64->fpstate.sw_reserved.magic1); in copy_sc_to_user()
209 (int __user *)((void __user *)to_fp64 + host_fp_size)); in copy_sc_to_user()