Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dptrace.c696 static unsigned long ptrace_get_debugreg(struct task_struct *tsk, int n) in ptrace_get_debugreg() function
834 tmp = ptrace_get_debugreg(child, addr / sizeof(data)); in arch_ptrace()
1049 *val = ptrace_get_debugreg(child, regno / 4); in getreg32()
1218 tmp = ptrace_get_debugreg(child, addr / sizeof(data)); in x32_arch_ptrace()