Searched refs:fpdp (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/i386/ |
H A D | xsave_helper.c | 38 legacy->fpdp = env->fpdp; in x86_cpu_xsave_all_areas() 172 env->fpdp = legacy->fpdp; in x86_cpu_xrstor_all_areas()
|
H A D | machine.c | 533 return env->fpop != 0 || env->fpip != 0 || env->fpdp != 0; in fpop_ip_dp_needed() 544 VMSTATE_UINT64(env.fpdp, X86CPU),
|
H A D | cpu.h | 1548 uint64_t fpdp; member 1786 uint64_t fpdp; member
|
/openbmc/qemu/target/i386/tcg/ |
H A D | tcg-cpu.h | 67 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.fpdp) != XSAVE_CWD_RDP_OFFSET);
|
H A D | fpu_helper.c | 797 env->fpdp = 0; in do_fninit() 2452 access_stl(ac, ptr + 20, env->fpdp); /* fpoo */ in do_fstenv() 2461 access_stw(ac, ptr + 10, env->fpdp); in do_fstenv() 2584 access_stq(ac, ptr + XO(legacy.fpdp), 0); /* edp+sel; rdp */ in do_xsave_fpu()
|
H A D | translate.c | 2554 offsetof(CPUX86State, fpdp)); in gen_x87()
|
/openbmc/qemu/target/i386/nvmm/ |
H A D | nvmm-all.c | 156 state->fpu.fx_dp.fa_64 = env->fpdp; in nvmm_set_registers() 312 env->fpdp = state->fpu.fx_dp.fa_64; in nvmm_get_registers()
|