Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.h66 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.fcw) != XSAVE_FCW_FSW_OFFSET);
H A Dfpu_helper.c2602 access_stw(ac, ptr + XO(legacy.fcw), env->fpuc); in do_xsave_fpu()
2820 fpuc = access_ldw(ac, ptr + XO(legacy.fcw)); in do_xrstor_fpu()
/openbmc/qemu/target/i386/
H A Dxsave_helper.c33 legacy->fcw = cwd; in x86_cpu_xsave_all_areas()
161 cwd = legacy->fcw; in x86_cpu_xrstor_all_areas()