Searched refs:put_stack_long (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/arch/mn10300/kernel/ |
| D | ptrace.c | 69 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/ |
| D | ptrace.c | 52 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/ |
| D | ptrace_64.c | 98 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()
|
| D | ptrace_32.c | 54 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()
|