Searched defs:rfbm (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 2673 static void do_xsave_access(X86Access *ac, target_ulong ptr, uint64_t rfbm, in do_xsave_access() 2720 static void do_xsave(CPUX86State *env, target_ulong ptr, uint64_t rfbm, in do_xsave() 2737 void helper_xsave(CPUX86State *env, target_ulong ptr, uint64_t rfbm) in helper_xsave() 2742 void helper_xsaveopt(CPUX86State *env, target_ulong ptr, uint64_t rfbm) in helper_xsaveopt() 2933 uint64_t rfbm, uint64_t xstate_bv) in do_xrstor() 2995 void helper_xrstor(CPUX86State *env, target_ulong ptr, uint64_t rfbm) in helper_xrstor() 3070 void cpu_x86_xsave(CPUX86State *env, void *host, size_t len, uint64_t rfbm) in cpu_x86_xsave() 3087 bool cpu_x86_xrstor(CPUX86State *env, void *host, size_t len, uint64_t rfbm) in cpu_x86_xrstor()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | amx_test.c | 79 static inline void __xsavec(struct xstate *xstate, uint64_t rfbm) in __xsavec()
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | amx.c | 52 static inline void xsave(struct xsave_buffer *xbuf, uint64_t rfbm) in xsave() 62 static inline void xrstor(struct xsave_buffer *xbuf, uint64_t rfbm) in xrstor()
|