Home
last modified time | relevance | path

Searched refs:PTRACE_SETREGSET (Results 1 - 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace07.c9 * 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 Dptrace.h35 #define PTRACE_SETREGSET 0x4205 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dptrace.h35 #define PTRACE_SETREGSET 0x4205 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dptrace.h35 #define PTRACE_SETREGSET 0x4205 macro
/third_party/musl/include/sys/
H A Dptrace.h35 #define PTRACE_SETREGSET 0x4205 macro
/third_party/libunwind/libunwind/src/ptrace/
H A D_UPT_access_reg.c70 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 Dmod.rs147 pub const PTRACE_SETREGSET: ::c_int = 0x4205; consts
/third_party/rust/crates/nix/src/sys/ptrace/
H A Dlinux.rs111 PTRACE_SETREGSET,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs576 pub const PTRACE_SETREGSET: ::c_int = 0x4205; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1365 pub const PTRACE_SETREGSET: ::c_int = 0x4205; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs871 pub const PTRACE_SETREGSET: ::c_uint = 0x4205; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1510 pub const PTRACE_SETREGSET: ::c_int = 0x4205; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2784 pub const PTRACE_SETREGSET: ::c_int = 0x4205; consts

Completed in 33 milliseconds