Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dptrace.c615 static unsigned long ptrace_get_debugreg(struct task_struct *tsk, int n) in ptrace_get_debugreg() function
751 tmp = ptrace_get_debugreg(child, addr / sizeof(data)); in arch_ptrace()
969 *val = ptrace_get_debugreg(child, regno / 4); in getreg32()
1138 tmp = ptrace_get_debugreg(child, addr / sizeof(data)); in x32_arch_ptrace()