HomeSort by relevance Sort by last modified time
    Searched defs:PTRACE_SETREGSET (Results 1 - 16 of 16) sorted by null

  /external/ltp/testcases/kernel/syscalls/ptrace/
ptrace07.c 21 * PTRACE_SETREGSET, NT_X86_XSTATE, &iov) to assign a task an invalid FPU state
55 #ifndef PTRACE_SETREGSET
56 # define PTRACE_SETREGSET 0x4205
139 * header (causing the PTRACE_SETREGSET command here to succeed), while
140 * new kernels will reject them (causing the PTRACE_SETREGSET command
145 TEST(ptrace(PTRACE_SETREGSET, pid, NT_X86_XSTATE, &iov));
147 tst_res(TINFO, "PTRACE_SETREGSET with reserved bits succeeded");
150 "PTRACE_SETREGSET with reserved bits failed with EINVAL");
153 "PTRACE_SETREGSET failed with unexpected error");
  /external/strace/
ptrace.h 151 #ifndef PTRACE_SETREGSET
152 # define PTRACE_SETREGSET 0x4205
  /bionic/libc/kernel/uapi/linux/
ptrace.h 40 #define PTRACE_SETREGSET 0x4205
  /external/kernel-headers/original/uapi/linux/
ptrace.h 45 * ret = ptrace(PTRACE_GETREGSET/PTRACE_SETREGSET, pid, NT_XXX_TYPE, &iov);
51 #define PTRACE_SETREGSET 0x4205
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
zerrors_linux_sparc64.go     [all...]

Completed in 1004 milliseconds