Home
last modified time | relevance | path

Searched refs:PTRACE_SETREGSET (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dptrace.h50 #define PTRACE_SETREGSET 0x4205 macro
/linux-4.4.14/kernel/
Dptrace.c1025 case PTRACE_SETREGSET: { in ptrace_request()
1187 case PTRACE_SETREGSET: in compat_ptrace_request()
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1300 ret = ptrace(PTRACE_SETREGSET, tracee, NT_ARM_SYSTEM_CALL, in change_syscall()
1317 ret = ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()