Lines Matching +full:0 +full:x4300
11 #define PTRACE_TRACEME 0
27 /* 0x4200-0x4300 are reserved for architecture-independent additions. */
28 #define PTRACE_SETOPTIONS 0x4200
29 #define PTRACE_GETEVENTMSG 0x4201
30 #define PTRACE_GETSIGINFO 0x4202
31 #define PTRACE_SETSIGINFO 0x4203
50 #define PTRACE_GETREGSET 0x4204
51 #define PTRACE_SETREGSET 0x4205
53 #define PTRACE_SEIZE 0x4206
54 #define PTRACE_INTERRUPT 0x4207
55 #define PTRACE_LISTEN 0x4208
57 #define PTRACE_PEEKSIGINFO 0x4209
65 #define PTRACE_GETSIGMASK 0x420a
66 #define PTRACE_SETSIGMASK 0x420b
68 #define PTRACE_SECCOMP_GET_FILTER 0x420c
69 #define PTRACE_SECCOMP_GET_METADATA 0x420d
76 #define PTRACE_GET_SYSCALL_INFO 0x420e
77 #define PTRACE_SYSCALL_INFO_NONE 0
105 #define PTRACE_GET_RSEQ_CONFIGURATION 0x420f
115 #define PTRACE_SET_SYSCALL_USER_DISPATCH_CONFIG 0x4210
116 #define PTRACE_GET_SYSCALL_USER_DISPATCH_CONFIG 0x4211
131 * parameters must be 0. The value in *selector (if not null), also determines
153 #define PTRACE_PEEKSIGINFO_SHARED (1 << 0)
181 0x000000ff | PTRACE_O_EXITKILL | PTRACE_O_SUSPEND_SECCOMP)