Searched refs:PTRACE_SETREGS (Results 26 - 31 of 31) sorted by relevance

12

/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace.h528 ret = ptrace(PTRACE_SETREGS, child, NULL, regs);
/linux-master/arch/arm/kernel/
H A Dptrace.c747 case PTRACE_SETREGS:
/linux-master/arch/xtensa/kernel/
H A Dptrace.c516 case PTRACE_SETREGS:
/linux-master/arch/sparc/kernel/
H A Dptrace_64.c953 case PTRACE_SETREGS:
/linux-master/arch/mips/kernel/
H A Dptrace.c1283 case PTRACE_SETREGS:
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1914 * Use PTRACE_GETREGS and PTRACE_SETREGS when available. This is useful for
1919 # define ARCH_SETREGS(_regs) ptrace(PTRACE_SETREGS, tracee, 0, &(_regs))

Completed in 322 milliseconds

12