Home
last modified time | relevance | path

Searched refs:PTRACE_GETREGSET (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ptrace/
Dptrace07.c39 #ifndef PTRACE_GETREGSET
40 # define PTRACE_GETREGSET 0x4204 macro
109 TEST(ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov)); in do_test()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dptrace.h34 #define PTRACE_GETREGSET 0x4204 macro
/third_party/musl/ndk_musl_include/sys/
Dptrace.h34 #define PTRACE_GETREGSET 0x4204 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dptrace.h34 #define PTRACE_GETREGSET 0x4204 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dptrace.h34 #define PTRACE_GETREGSET 0x4204 macro
/third_party/musl/include/sys/
Dptrace.h34 #define PTRACE_GETREGSET 0x4204 macro
/third_party/libunwind/src/ptrace/
D_UPT_access_reg.c66 if (ptrace (PTRACE_GETREGSET, pid, NT_PRSTATUS, &loc) == -1) in _UPT_access_reg()