Searched refs:put_stack_long (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dptrace.c70 int put_stack_long(struct task_struct *task, int offset, unsigned long data) function
271 put_stack_long(child, (unsigned long) &dummy->regs.epsw, tmp);
286 put_stack_long(child, (unsigned long) &dummy->regs.epsw, tmp);
327 ret = put_stack_long(child, ptrace_regid_to_frame[addr],
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dptrace.c53 put_stack_long(struct task_struct *task, int offset, unsigned long data) function
159 ret = put_stack_long(tsk, PT_PSW, psw);
168 ret = put_stack_long(tsk, off, data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dptrace_32.c55 static inline int put_stack_long(struct task_struct *task, int offset, function
392 ret = put_stack_long(child, addr, data);
H A Dptrace_64.c98 static inline int put_stack_long(struct task_struct *task, int offset, function
357 ret = put_stack_long(child, addr, data);

Completed in 42 milliseconds