Home
last modified time | relevance | path

Searched refs:NT_X86_XSTATE (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/testing/selftests/x86/
H A Dxstate.c292 if (ptrace(PTRACE_GETREGSET, target, (uint32_t)NT_X86_XSTATE, &iov)) in ptracer_inject_xstate()
300 if (ptrace(PTRACE_SETREGSET, target, (uint32_t)NT_X86_XSTATE, &iov)) in ptracer_inject_xstate()
303 if (ptrace(PTRACE_GETREGSET, target, (uint32_t)NT_X86_XSTATE, &iov)) in ptracer_inject_xstate()
/linux-6.15/arch/x86/um/os-Linux/
H A Dregisters.c62 ptrace_regset = NT_X86_XSTATE; in arch_init_registers()
/linux-6.15/tools/testing/selftests/mm/
H A Dprotection_keys.c1536 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru()
1544 ret = ptrace(PTRACE_SETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru()
1549 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru()
1564 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru()
1572 ret = ptrace(PTRACE_SETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru()
1577 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru()
1591 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru()
/linux-6.15/arch/x86/um/
H A Dptrace.c235 .core_note_type = NT_X86_XSTATE,
/linux-6.15/tools/include/uapi/linux/
H A Delf.h419 #define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */ macro
/linux-6.15/include/uapi/linux/
H A Delf.h462 #define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */ macro
/linux-6.15/arch/x86/kernel/
H A Dptrace.c1256 .core_note_type = NT_X86_XSTATE,
1326 .core_note_type = NT_X86_XSTATE,
/linux-6.15/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1152 ptrace(PTRACE_GETREGSET, 16967, NT_X86_XSTATE, [{iov_base=0xd5f35010, iov_len=832}]) = 0
1155 ptrace(PTRACE_SETREGSET, 16967, NT_X86_XSTATE, [{iov_base=0xd5f35010, iov_len=2696}]) = 0
1160 ptrace(PTRACE_GETREGSET, 16967, NT_X86_XSTATE, [{iov_base=0xd5f35010, iov_len=832}]) = 0