Searched refs:xsave_buffer (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/testing/selftests/x86/ |
| H A D | xstate.c | 44 static inline uint64_t get_xstatebv(struct xsave_buffer *xbuf) in get_xstatebv() 60 static inline void load_rand_xstate(struct xstate_info *xstate, struct xsave_buffer *xbuf) in load_rand_xstate() 68 static inline void load_init_xstate(struct xstate_info *xstate, struct xsave_buffer *xbuf) in load_init_xstate() 74 static inline void copy_xstate(struct xsave_buffer *xbuf_dst, struct xsave_buffer *xbuf_src) in copy_xstate() 81 static inline bool validate_xstate_same(struct xsave_buffer *xbuf1, struct xsave_buffer *xbuf2) in validate_xstate_same() 91 static inline bool validate_xregs_same(struct xsave_buffer *xbuf1) in validate_xregs_same() 93 struct xsave_buffer *xbuf2; in validate_xregs_same() 112 struct xsave_buffer *xbuf; in check_xstate() 260 struct xsave_buffer *xbuf; in ptracee_touch_xstate() 277 struct xsave_buffer *xbuf1, *xbuf2; in ptracer_inject_xstate() [all …]
|
| H A D | xstate.h | 65 struct xsave_buffer { struct 76 static inline void xsave(struct xsave_buffer *xbuf, uint64_t rfbm) in xsave() argument 86 static inline void xrstor(struct xsave_buffer *xbuf, uint64_t rfbm) in xrstor() 142 static inline struct xsave_buffer *alloc_xbuf(void) in alloc_xbuf() 150 static inline void clear_xstate_header(struct xsave_buffer *xbuf) in clear_xstate_header() 155 static inline void set_xstatebv(struct xsave_buffer *xbuf, uint64_t bv) in set_xstatebv() 176 static inline void set_rand_data(struct xstate_info *xstate, struct xsave_buffer *xbuf) in set_rand_data()
|
| 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()
|