Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mn10300/kernel/
Dptrace.c69 int put_stack_long(struct task_struct *task, int offset, unsigned long data) in put_stack_long() function
270 put_stack_long(child, (unsigned long) &dummy->regs.epsw, tmp); in user_enable_single_step()
285 put_stack_long(child, (unsigned long) &dummy->regs.epsw, tmp); in user_disable_single_step()
326 ret = put_stack_long(child, ptrace_regid_to_frame[addr], in arch_ptrace()
/linux-4.4.14/arch/m32r/kernel/
Dptrace.c52 put_stack_long(struct task_struct *task, int offset, unsigned long data) in put_stack_long() function
158 ret = put_stack_long(tsk, PT_PSW, psw); in ptrace_write_user()
167 ret = put_stack_long(tsk, off, data); in ptrace_write_user()
/linux-4.4.14/arch/sh/kernel/
Dptrace_64.c98 static inline int put_stack_long(struct task_struct *task, int offset, in put_stack_long() function
443 ret = put_stack_long(child, addr, data); in arch_ptrace()
Dptrace_32.c54 static inline int put_stack_long(struct task_struct *task, int offset, in put_stack_long() function
427 ret = put_stack_long(child, addr, data); in arch_ptrace()