Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c2739 static void do_xsave_access(X86Access *ac, target_ulong ptr, uint64_t rfbm, in do_xsave_access() argument
2747 if (rfbm & XSTATE_SSE_MASK) { in do_xsave_access()
2769 new_bv = (old_bv & ~rfbm) | (inuse & rfbm); in do_xsave_access()
2786 static void do_xsave(CPUX86State *env, target_ulong ptr, uint64_t rfbm, in do_xsave() argument
2795 rfbm &= env->xcr0; in do_xsave()
2796 opt &= rfbm; in do_xsave()
2800 do_xsave_access(&ac, ptr, rfbm, inuse, opt); in do_xsave()
2803 void helper_xsave(CPUX86State *env, target_ulong ptr, uint64_t rfbm) in helper_xsave() argument
2805 do_xsave(env, ptr, rfbm, get_xinuse(env), rfbm, GETPC()); in helper_xsave()
2808 void helper_xsaveopt(CPUX86State *env, target_ulong ptr, uint64_t rfbm) in helper_xsaveopt() argument
[all …]