Lines Matching refs:xsave_buffer
45 static inline uint64_t get_xstatebv(struct xsave_buffer *xbuf) in get_xstatebv()
61 static inline void load_rand_xstate(struct xstate_info *xstate, struct xsave_buffer *xbuf) in load_rand_xstate()
69 static inline void load_init_xstate(struct xstate_info *xstate, struct xsave_buffer *xbuf) in load_init_xstate()
75 static inline void copy_xstate(struct xsave_buffer *xbuf_dst, struct xsave_buffer *xbuf_src) in copy_xstate()
82 static inline bool validate_xstate_same(struct xsave_buffer *xbuf1, struct xsave_buffer *xbuf2) in validate_xstate_same()
92 static inline bool validate_xregs_same(struct xsave_buffer *xbuf1) in validate_xregs_same()
94 struct xsave_buffer *xbuf2; in validate_xregs_same()
113 struct xsave_buffer *xbuf; in check_xstate()
261 struct xsave_buffer *xbuf; in ptracee_touch_xstate()
278 struct xsave_buffer *xbuf1, *xbuf2; in ptracer_inject_xstate()
369 static struct xsave_buffer *stashed_xbuf;