Searched refs:ptrace_get_debugreg (Results 1 – 5 of 5) sorted by relevance
/linux/arch/x86/kernel/ |
H A D | ptrace.c | 611 static unsigned long ptrace_get_debugreg(struct task_struct *tsk, int n) in ptrace_get_debugreg() function 759 tmp = ptrace_get_debugreg(child, addr / sizeof(data)); in arch_ptrace() 1002 *val = ptrace_get_debugreg(child, regno / 4); in getreg32() 1158 tmp = ptrace_get_debugreg(child, addr / sizeof(data)); in x32_arch_ptrace()
|
/linux/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-decl.h | 179 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr,
|
H A D | ptrace-noadv.c | 60 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, in ptrace_get_debugreg() function
|
H A D | ptrace.c | 112 ret = ptrace_get_debugreg(child, addr, datalp); in arch_ptrace()
|
H A D | ptrace-adv.c | 74 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, in ptrace_get_debugreg() function
|