Searched refs:NT_X86_XSTATE (Results 1 - 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | ptrace07.c | 9 * PTRACE_SETREGSET, NT_X86_XSTATE, &iov) to assign a task an invalid FPU state 52 #ifndef NT_X86_XSTATE 53 # define NT_X86_XSTATE 0x202 macro 127 TEST(ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov)); in do_test() 134 tst_brk(TCONF, "NT_X86_XSTATE is unsupported"); in do_test() 153 TEST(ptrace(PTRACE_SETREGSET, pid, NT_X86_XSTATE, &iov)); in do_test()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1392 NT_X86_XSTATE = 0x202,
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 573 { NT_X86_XSTATE, "NT_X86_XSTATE", "x86 XSAVE extended state" },
|
H A D | elf_types.hpp | 614 constexpr Elf_Word NT_X86_XSTATE = 0x202; // x86 XSAVE extended state member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 668 #define NT_X86_XSTATE 0x202 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 664 #define NT_X86_XSTATE 0x202 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 664 #define NT_X86_XSTATE 0x202 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 664 #define NT_X86_XSTATE 0x202 macro
|
/third_party/musl/include/ |
H A D | elf.h | 680 #define NT_X86_XSTATE 0x202 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 795 #define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */ macro
|
Completed in 71 milliseconds