Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H A Dptrace-decl.h166 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr,
H A Dptrace-noadv.c64 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, in ptrace_get_debugreg() function
H A Dptrace.c156 ret = ptrace_get_debugreg(child, addr, datalp); in arch_ptrace()
H A Dptrace-adv.c74 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, in ptrace_get_debugreg() function
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H A Dptrace-decl.h179 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr,
H A Dptrace.c115 ret = ptrace_get_debugreg(child, addr, datalp); in arch_ptrace()
H A Dptrace-noadv.c60 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, in ptrace_get_debugreg() function
H A Dptrace-adv.c74 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, in ptrace_get_debugreg() function
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dptrace.c592 static unsigned long ptrace_get_debugreg(struct task_struct *tsk, int n) in ptrace_get_debugreg() function
729 tmp = ptrace_get_debugreg(child, addr / sizeof(data)); in arch_ptrace()
972 *val = ptrace_get_debugreg(child, regno / 4); in getreg32()
1128 tmp = ptrace_get_debugreg(child, addr / sizeof(data)); in x32_arch_ptrace()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dptrace.c611 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()

Completed in 9 milliseconds