Searched refs:NT_X86_SHSTK (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | test_shadow_stack.c | 56 #define NT_X86_SHSTK 0x204 macro 722 if (ptrace(PTRACE_GETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace() 735 if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace() 741 if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace() 747 if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace() 753 if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace() 764 if (ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) { in test_ptrace()
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf.h | 413 #define NT_X86_SHSTK 0x204 /* x86 SHSTK state */ macro
|
/openbmc/linux/arch/x86/kernel/ |
H A D | ptrace.c | 1273 .core_note_type = NT_X86_SHSTK,
|