Searched refs:PTRACE_SETREGSET (Results 1 - 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | ptrace07.c | 9 * PTRACE_SETREGSET, NT_X86_XSTATE, &iov) to assign a task an invalid FPU state 48 #ifndef PTRACE_SETREGSET 49 # define PTRACE_SETREGSET 0x4205 macro 147 * header (causing the PTRACE_SETREGSET command here to succeed), while in do_test() 148 * new kernels will reject them (causing the PTRACE_SETREGSET command in do_test() 153 TEST(ptrace(PTRACE_SETREGSET, pid, NT_X86_XSTATE, &iov)); in do_test() 155 tst_res(TINFO, "PTRACE_SETREGSET with reserved bits succeeded"); in do_test() 158 "PTRACE_SETREGSET with reserved bits failed with EINVAL"); in do_test() 162 "PTRACE_SETREGSET failed with unexpected error"); in do_test()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ptrace.h | 35 #define PTRACE_SETREGSET 0x4205 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ptrace.h | 35 #define PTRACE_SETREGSET 0x4205 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ptrace.h | 35 #define PTRACE_SETREGSET 0x4205 macro
|
/third_party/musl/include/sys/ |
H A D | ptrace.h | 35 #define PTRACE_SETREGSET 0x4205 macro
|
/third_party/libunwind/libunwind/src/ptrace/ |
H A D | _UPT_access_reg.c | 70 if (ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, &loc) == -1) in _UPT_access_reg()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
H A D | mod.rs | 147 pub const PTRACE_SETREGSET: ::c_int = 0x4205; consts
|
/third_party/rust/crates/nix/src/sys/ptrace/ |
H A D | linux.rs | 111 PTRACE_SETREGSET,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 576 pub const PTRACE_SETREGSET: ::c_int = 0x4205; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1365 pub const PTRACE_SETREGSET: ::c_int = 0x4205; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 871 pub const PTRACE_SETREGSET: ::c_uint = 0x4205; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 1510 pub const PTRACE_SETREGSET: ::c_int = 0x4205; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2784 pub const PTRACE_SETREGSET: ::c_int = 0x4205; consts
|
Completed in 33 milliseconds