Home
last modified time | relevance | path

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

/linux-2.6.39/arch/um/sys-ppc/
Dptrace_user.c18 int ptrace_setregs(long pid, unsigned long *regs_in) in ptrace_setregs() argument
23 if (ptrace(PTRACE_POKEUSR, pid, i*4, regs_in->regs[i]) < 0) { in ptrace_setregs()
/linux-2.6.39/arch/um/include/shared/
Dptrace_user.h12 extern int ptrace_setregs(long pid, unsigned long *regs_in);