Searched refs:ptrace_get_debugreg (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c60 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, function
H A Dptrace-decl.h179 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr,
H A Dptrace.c112 ret = ptrace_get_debugreg(child, addr, datalp);
H A Dptrace-adv.c74 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, function
/linux-master/arch/x86/kernel/
H A Dptrace.c611 static unsigned long ptrace_get_debugreg(struct task_struct *tsk, int n) function
759 tmp = ptrace_get_debugreg(child, addr / sizeof(data));
1002 *val = ptrace_get_debugreg(child, regno / 4);
1158 tmp = ptrace_get_debugreg(child, addr / sizeof(data));

Completed in 305 milliseconds