Searched refs:PTRACE_GETREGSET (Results 1 – 7 of 7) sorted by relevance
39 #ifndef PTRACE_GETREGSET40 # define PTRACE_GETREGSET 0x4204 macro109 TEST(ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov)); in do_test()
34 #define PTRACE_GETREGSET 0x4204 macro
66 if (ptrace (PTRACE_GETREGSET, pid, NT_PRSTATUS, &loc) == -1) in _UPT_access_reg()