Searched refs:NT_X86_XSTATE (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/x86/um/os-Linux/ |
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()
|
/Linux-v4.19/include/uapi/linux/ |
D | elf.h | 402 #define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */ macro
|
/Linux-v4.19/arch/x86/kernel/ |
D | ptrace.c | 1268 .core_note_type = NT_X86_XSTATE, 1315 .core_note_type = NT_X86_XSTATE,
|