Searched refs:NT_X86_XSTATE (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/um/os-Linux/ |
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()
|
/linux/include/uapi/linux/ |
A D | elf.h | 404 #define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */ macro
|
/linux/arch/x86/kernel/ |
A D | ptrace.c | 1232 .core_note_type = NT_X86_XSTATE, 1279 .core_note_type = NT_X86_XSTATE,
|
/linux/Documentation/virt/uml/ |
A D | user_mode_linux_howto_v2.rst | 1113 ptrace(PTRACE_GETREGSET, 16967, NT_X86_XSTATE, [{iov_base=0xd5f35010, iov_len=832}]) = 0 1116 ptrace(PTRACE_SETREGSET, 16967, NT_X86_XSTATE, [{iov_base=0xd5f35010, iov_len=2696}]) = 0 1121 ptrace(PTRACE_GETREGSET, 16967, NT_X86_XSTATE, [{iov_base=0xd5f35010, iov_len=832}]) = 0
|
Completed in 11 milliseconds