Home
last modified time | relevance | path

Searched refs:xsave_buffer (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/x86/
H A Dxstate.h67 struct xsave_buffer { struct
78 static inline void xsave(struct xsave_buffer *xbuf, uint64_t rfbm) in xsave() argument
88 static inline void xrstor(struct xsave_buffer *xbuf, uint64_t rfbm) in xrstor()
144 static inline struct xsave_buffer *alloc_xbuf(void) in alloc_xbuf()
152 static inline void clear_xstate_header(struct xsave_buffer *xbuf) in clear_xstate_header()
157 static inline void set_xstatebv(struct xsave_buffer *xbuf, uint64_t bv) in set_xstatebv()
178 static inline void set_rand_data(struct xstate_info *xstate, struct xsave_buffer *xbuf) in set_rand_data()