Searched defs:xstate (Results 1 – 5 of 5) sorted by relevance
181 struct xstate { struct200 * XSAVE/XRSTOR xstate header. argument210 uint64_t xs_xstate_bv; argument213 struct fxsave xs_fxsave;215 struct xsave_ymm xs_ymm_hi128;217 struct xsave_opmask xs_opmask;219 struct xsave_zmm_hi256 xs_zmm_hi256;221 struct xsave_hi16_zmm xs_hi16_zmm;
777 fpu_xstate_reload(union savefpu *fpu_save, uint64_t xstate) in fpu_xstate_reload()922 process_read_xstate(struct lwp *l, struct xstate *xstate) in process_read_xstate()975 process_verify_xstate(const struct xstate *xstate) in process_verify_xstate()1000 process_write_xstate(struct lwp *l, const struct xstate *xstate) in process_write_xstate()
248 asection *xstate = bfd_get_section_by_name (abfd, ".reg-xstate"); in i386_fbsd_core_read_xsave_info() local
646 asection *xstate = bfd_get_section_by_name (abfd, ".reg-xstate"); in i386_linux_core_read_xsave_info() local
354 } xstate; member