Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/um/
H A Dptrace_user.c16 int ptrace_setregs(long pid, unsigned long *regs) in ptrace_setregs() function
/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Dptrace_user.h13 extern int ptrace_setregs(long pid, unsigned long *regs_in);
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dptrace.h127 extern int ptrace_setregs(struct task_struct *child,
/OK3568_Linux_fs/kernel/arch/um/os-Linux/skas/
H A Dmem.c56 n = ptrace_setregs(pid, syscall_regs); in do_syscall_stub()
H A Dprocess.c489 err = ptrace_setregs(pid, thread_regs); in copy_context_skas0()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dptrace.c252 static int ptrace_setregs(struct task_struct *child, void __user *uregs) in ptrace_setregs() function
519 ret = ptrace_setregs(child, datap); in arch_ptrace()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dptrace32.c278 ret = ptrace_setregs(child, in compat_arch_ptrace()
H A Dptrace.c95 int ptrace_setregs(struct task_struct *child, struct user_pt_regs __user *data) in ptrace_setregs() function
1277 ret = ptrace_setregs(child, datavp); in arch_ptrace()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dptrace.c968 ptrace_setregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) in ptrace_setregs() function
1200 return ptrace_setregs(child, in arch_ptrace()