Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/x86/
Dtest_shadow_stack.c57 #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()
/linux-6.12.1/include/uapi/linux/
Delf.h413 #define NT_X86_SHSTK 0x204 /* x86 SHSTK state */ macro
/linux-6.12.1/arch/x86/kernel/
Dptrace.c1273 .core_note_type = NT_X86_SHSTK,