Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dxsave_helper.c38 legacy->fpdp = env->fpdp; in x86_cpu_xsave_all_areas()
172 env->fpdp = legacy->fpdp; in x86_cpu_xrstor_all_areas()
H A Dmachine.c533 return env->fpop != 0 || env->fpip != 0 || env->fpdp != 0; in fpop_ip_dp_needed()
544 VMSTATE_UINT64(env.fpdp, X86CPU),
H A Dcpu.h1658 uint64_t fpdp; member
1885 uint64_t fpdp; member
/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.h69 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.fpdp) != XSAVE_CWD_RDP_OFFSET);
H A Dfpu_helper.c820 env->fpdp = 0; in do_fninit()
2478 access_stl(ac, ptr + 20, env->fpdp); /* fpoo */ in do_fstenv()
2487 access_stw(ac, ptr + 10, env->fpdp); in do_fstenv()
2610 access_stq(ac, ptr + XO(legacy.fpdp), 0); /* edp+sel; rdp */ in do_xsave_fpu()
H A Dtranslate.c2682 offsetof(CPUX86State, fpdp)); in gen_x87()
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c158 state->fpu.fx_dp.fa_64 = env->fpdp; in nvmm_set_registers()
314 env->fpdp = state->fpu.fx_dp.fa_64; in nvmm_get_registers()