Searched refs:NT_X86_SHSTK (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/tools/testing/selftests/x86/ |
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()
|
/Linux-v6.6/include/uapi/linux/ |
D | elf.h | 413 #define NT_X86_SHSTK 0x204 /* x86 SHSTK state */ macro
|
/Linux-v6.6/arch/x86/kernel/ |
D | ptrace.c | 1273 .core_note_type = NT_X86_SHSTK,
|