Searched refs:ptrace_setregs (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/um/include/shared/
H A Dptrace_user.h13 extern int ptrace_setregs(long pid, unsigned long *regs_in);
/linux-master/arch/x86/um/
H A Dptrace_user.c16 int ptrace_setregs(long pid, unsigned long *regs) function
/linux-master/arch/mips/include/asm/
H A Dptrace.h128 extern int ptrace_setregs(struct task_struct *child,
/linux-master/arch/um/os-Linux/skas/
H A Dmem.c58 n = ptrace_setregs(pid, syscall_regs);
H A Dprocess.c507 err = ptrace_setregs(pid, thread_regs);
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-hwbreak.c54 static long ptrace_setregs(pid_t pid, struct pt_regs *result) function
109 err = ptrace_setregs(pid, &regs);
/linux-master/arch/mips/kernel/
H A Dptrace32.c278 ret = ptrace_setregs(child,
H A Dptrace.c101 int ptrace_setregs(struct task_struct *child, struct user_pt_regs __user *data) function
1284 ret = ptrace_setregs(child, datavp);
/linux-master/arch/xtensa/kernel/
H A Dptrace.c250 static int ptrace_setregs(struct task_struct *child, void __user *uregs) function
517 ret = ptrace_setregs(child, datap);

Completed in 258 milliseconds