Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/kernel/
Dptrace_64.c59 static inline int get_stack_long(struct task_struct *task, int offset) in get_stack_long() function
403 tmp = get_stack_long(child, addr); in arch_ptrace()
440 long cursr = get_stack_long(child, addr); in arch_ptrace()
Dptrace_32.c43 static inline int get_stack_long(struct task_struct *task, int offset) in get_stack_long() function
117 unsigned long pc = get_stack_long(child, offsetof(struct pt_regs, pc)); in user_enable_single_step()
388 tmp = get_stack_long(child, addr); in arch_ptrace()