Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/um/
Dptrace_user.c9 int ptrace_getregs(long pid, unsigned long *regs_out) in ptrace_getregs() argument
11 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0) in ptrace_getregs()
/linux-6.6.21/arch/um/include/shared/
Dptrace_user.h12 extern int ptrace_getregs(long pid, unsigned long *regs_out);