Searched refs:NT_X86_XSTATE (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/um/os-Linux/ |
H A D | registers.c | 36 if (ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov) < 0) in save_fp_registers() 58 if (ptrace(PTRACE_SETREGSET, pid, NT_X86_XSTATE, &iov) < 0) in restore_fp_registers() 137 if (ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov) == 0) in arch_init_registers()
|
/kernel/linux/linux-6.6/arch/x86/um/os-Linux/ |
H A D | registers.c | 37 if (ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov) < 0) in save_fp_registers() 59 if (ptrace(PTRACE_SETREGSET, pid, NT_X86_XSTATE, &iov) < 0) in restore_fp_registers() 138 if (ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov) == 0) in arch_init_registers()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | protection_keys.c | 1599 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru() 1607 ret = ptrace(PTRACE_SETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru() 1612 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru() 1627 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru() 1635 ret = ptrace(PTRACE_SETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru() 1640 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru() 1654 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_X86_XSTATE, &iov); in test_ptrace_modifies_pkru()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | amx.c | 871 if (ptrace(PTRACE_GETREGSET, target, (uint32_t)NT_X86_XSTATE, &iov)) in ptracer_inject_tiledata() 887 if (ptrace(PTRACE_SETREGSET, target, (uint32_t)NT_X86_XSTATE, &iov)) in ptracer_inject_tiledata() 890 if (ptrace(PTRACE_GETREGSET, target, (uint32_t)NT_X86_XSTATE, &iov)) in ptracer_inject_tiledata()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | elf.h | 407 #define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | elf.h | 411 #define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | elf.h | 338 #define NT_X86_XSTATE 0x202 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | elf.h | 338 #define NT_X86_XSTATE 0x202 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | elf.h | 325 #define NT_X86_XSTATE 0x202 macro
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | ptrace.c | 1221 .core_note_type = NT_X86_XSTATE, 1268 .core_note_type = NT_X86_XSTATE,
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | ptrace.c | 1256 .core_note_type = NT_X86_XSTATE, 1326 .core_note_type = NT_X86_XSTATE,
|
Completed in 14 milliseconds