Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m32r/kernel/
Dptrace.c39 get_stack_long(struct task_struct *task, int offset) in get_stack_long() function
92 psw = get_stack_long(tsk, PT_PSW); in ptrace_read_user()
98 psw = get_stack_long(tsk, PT_PSW); in ptrace_read_user()
99 bbpsw = get_stack_long(tsk, PT_BBPSW); in ptrace_read_user()
104 tmp = get_stack_long(tsk, PT_BPC); in ptrace_read_user()
111 tmp = get_stack_long(tsk, off); in ptrace_read_user()
156 psw = get_stack_long(tsk, PT_PSW); in ptrace_write_user()
218 return (int)((get_stack_long(child, PT_PSW) >> 8) & 1); in check_condition_bit()
227 reg2 = get_stack_long(child, reg_offset[regno2]); in check_condition_src()
231 reg1 = get_stack_long(child, reg_offset[regno1]); in check_condition_src()
[all …]
/linux-4.4.14/arch/mn10300/kernel/
Dptrace.c62 static inline int get_stack_long(struct task_struct *task, int offset) in get_stack_long() function
268 tmp = get_stack_long(child, (unsigned long) &dummy->regs.epsw); in user_enable_single_step()
283 tmp = get_stack_long(child, (unsigned long) &dummy->regs.epsw); in user_disable_single_step()
313 tmp = get_stack_long(child, in arch_ptrace()
/linux-4.4.14/arch/sh/kernel/
Dptrace_64.c58 static inline int get_stack_long(struct task_struct *task, int offset) in get_stack_long() function
402 tmp = get_stack_long(child, addr); in arch_ptrace()
439 long cursr = get_stack_long(child, addr); in arch_ptrace()
Dptrace_32.c42 static inline int get_stack_long(struct task_struct *task, int offset) in get_stack_long() function
116 unsigned long pc = get_stack_long(child, offsetof(struct pt_regs, pc)); in user_enable_single_step()
387 tmp = get_stack_long(child, addr); in arch_ptrace()