Searched refs:to_fp (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dsignal.c67 int copy_sc_to_user_skas(struct sigcontext __user *to, struct _fpstate __user *to_fp, argument
102 to_fp = (to_fp ? to_fp : (struct _fpstate __user *) (to + 1));
103 sc.fpstate = to_fp;
109 copy_to_user(to_fp, fpregs, sizeof(fpregs));
126 struct _fpstate *to_fp; local
131 to_fp = to->fpstate;
136 to->fpstate = to_fp;
137 if(to_fp !
145 struct _fpstate __user *to_fp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dsignal.c88 struct _fpstate __user *to_fp,
143 struct _fpstate *to_fp; local
148 to_fp = to->fpstate;
152 to->fpstate = to_fp;
154 if(to_fp != NULL)
155 err |= copy_from_user(to_fp, from_fp, fpsize);
162 struct _fpstate __user *to_fp; local
166 to_fp = (fp ? fp : (struct _fpstate __user *) (to + 1));
176 err |= copy_to_user(&to->fpstate, &to_fp, sizeof(to->fpstate));
177 err |= copy_to_user(to_fp, from_f
87 copy_sc_to_user_skas(struct sigcontext __user *to, struct _fpstate __user *to_fp, struct pt_regs *regs, unsigned long mask, unsigned long sp) argument
[all...]

Completed in 101 milliseconds