HomeSort by: relevance | last modified time | path
    Searched defs:xsave (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/x86/include/
cpufunc.h 441 xsave(void *addr, uint64_t mask) function
449 "xsave %[area]"
  /src/external/gpl3/gdb/dist/gdbserver/
i387-fp.cc 103 /* Byte 576. End of registers with fixed position in XSAVE.
104 The position of other XSAVE registers will be calculated
108 /* Base address of XSAVE data as an unsigned char *. Used to derive
109 pointers to XSAVE state components in the extended state
111 unsigned char *xsave () function in struct:i387_xsave
117 { return xsave () + xsave_layout.avx_offset; }
121 { return xsave () + xsave_layout.k_offset; }
125 { return xsave () + xsave_layout.zmm_h_offset; }
129 { return xsave () + xsave_layout.zmm_offset; }
135 { return xsave () + xsave_layout.pkru_offset;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
i387-fp.cc 105 /* Byte 576. End of registers with fixed position in XSAVE.
106 The position of other XSAVE registers will be calculated
110 /* Base address of XSAVE data as an unsigned char *. Used to derive
111 pointers to XSAVE state components in the extended state
113 unsigned char *xsave () function in struct:i387_xsave
119 { return xsave () + xsave_layout.avx_offset; }
123 { return xsave () + xsave_layout.bndregs_offset; }
128 { return xsave () + xsave_layout.bndcfg_offset; }
132 { return xsave () + xsave_layout.k_offset; }
136 { return xsave () + xsave_layout.zmm_h_offset;
    [all...]

Completed in 31 milliseconds