Searched refs:xsave_buffer (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/x86/ ! |
H A D | xstate.h | 67 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()
|
H A D | xstate.c | 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 *xbu in check_xstate() [all...] |
H A D | amx.c | 37 struct xsave_buffer *stashed_xsave; 120 static inline bool xrstor_safe(struct xsave_buffer *xbuf, uint64_t mask) in xrstor_safe() 145 static inline bool load_rand_tiledata(struct xsave_buffer *xbuf) in load_rand_tiledata() 393 static inline int __compare_tiledata_state(struct xsave_buffer *xbuf1, struct xsave_buffer *xbuf2) in __compare_tiledata_state() 406 static inline bool __validate_tiledata_regs(struct xsave_buffer *xbuf1) in __validate_tiledata_regs() 408 struct xsave_buffer *xbuf2; in __validate_tiledata_regs() 425 static inline void validate_tiledata_regs_changed(struct xsave_buffer *xbuf) in validate_tiledata_regs_changed()
|