Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dptrace.c650 static unsigned long ptrace_get_debugreg(struct task_struct *tsk, int n) in ptrace_get_debugreg() function
788 tmp = ptrace_get_debugreg(child, addr / sizeof(data)); in arch_ptrace()
1006 *val = ptrace_get_debugreg(child, regno / 4); in getreg32()
1175 tmp = ptrace_get_debugreg(child, addr / sizeof(data)); in x32_arch_ptrace()