Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dxsave_helper.c37 legacy->fpip = env->fpip; in x86_cpu_xsave_all_areas()
171 env->fpip = legacy->fpip; 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()
543 VMSTATE_UINT64(env.fpip, X86CPU),
H A Dcpu.h1547 uint64_t fpip; member
1785 uint64_t fpip; member
/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.h66 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.fpip) != XSAVE_CWD_RIP_OFFSET);
H A Dfpu_helper.c796 env->fpip = 0; in do_fninit()
2450 access_stl(ac, ptr + 12, env->fpip); /* fpip */ in do_fstenv()
2459 access_stw(ac, ptr + 6, env->fpip); in do_fstenv()
2583 access_stq(ac, ptr + XO(legacy.fpip), 0); /* eip+sel; rip */ in do_xsave_fpu()
H A Dtranslate.c2883 tcg_env, offsetof(CPUX86State, fpip)); in gen_x87()
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c155 state->fpu.fx_ip.fa_64 = env->fpip; in nvmm_set_registers()
311 env->fpip = state->fpu.fx_ip.fa_64; in nvmm_get_registers()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c498 vcxt.values[idx].FpControlStatus.LastFpRip = env->fpip; in whpx_set_registers()
723 env->fpip = vcxt.values[idx].FpControlStatus.LastFpRip; in whpx_get_registers()