Searched refs:NT_X86_SHSTK (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/x86/ |
| A D | test_shadow_stack.c | 57 #define NT_X86_SHSTK 0x204 macro 914 if (ptrace(PTRACE_GETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace() 927 if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace() 933 if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace() 939 if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace() 945 if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace() 956 if (ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace()
|
| /tools/include/uapi/linux/ |
| A D | elf.h | 421 #define NT_X86_SHSTK 0x204 /* x86 SHSTK state */ macro
|
Completed in 9 milliseconds