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

/linux-master/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)) {
735 if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) {
741 if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) {
747 if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) {
753 if (!ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) {
764 if (ptrace(PTRACE_SETREGSET, pid, NT_X86_SHSTK, &iov)) {
/linux-master/include/uapi/linux/
H A Delf.h413 #define NT_X86_SHSTK 0x204 /* x86 SHSTK state */ macro
/linux-master/arch/x86/kernel/
H A Dptrace.c1273 .core_note_type = NT_X86_SHSTK,

Completed in 160 milliseconds