Home
last modified time | relevance | path

Searched refs:NT_X86_SHSTK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c56 #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 Delf.h413 #define NT_X86_SHSTK 0x204 /* x86 SHSTK state */ macro
/openbmc/linux/arch/x86/kernel/
H A Dptrace.c1273 .core_note_type = NT_X86_SHSTK,