Searched refs:fpip (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/target/i386/ |
H A D | xsave_helper.c | 37 legacy->fpip = env->fpip; in x86_cpu_xsave_all_areas() 171 env->fpip = legacy->fpip; 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() 543 VMSTATE_UINT64(env.fpip, X86CPU),
|
H A D | cpu.h | 1547 uint64_t fpip; member 1785 uint64_t fpip; member
|
/openbmc/qemu/target/i386/tcg/ |
H A D | tcg-cpu.h | 66 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.fpip) != XSAVE_CWD_RIP_OFFSET);
|
H A D | fpu_helper.c | 796 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 D | translate.c | 2883 tcg_env, offsetof(CPUX86State, fpip)); in gen_x87()
|
/openbmc/qemu/target/i386/nvmm/ |
H A D | nvmm-all.c | 155 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 D | whpx-all.c | 498 vcxt.values[idx].FpControlStatus.LastFpRip = env->fpip; in whpx_set_registers() 723 env->fpip = vcxt.values[idx].FpControlStatus.LastFpRip; in whpx_get_registers()
|