Searched refs:vm_vmcb (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | svm_helper.c | 140 lbr_ctl = x86_ldl_phys(env_cpu(env), env->vm_vmcb + offsetof(struct vmcb, in virtual_vm_load_save_enabled() 184 env->vm_vmcb = addr; in helper_vmrun() 238 env->intercept = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in helper_vmrun() 240 env->intercept_cr_read = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun() 243 env->intercept_cr_write = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun() 246 env->intercept_dr_read = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun() 249 env->intercept_dr_write = x86_lduw_phys(cs, env->vm_vmcb + in helper_vmrun() 252 env->intercept_exceptions = x86_ldl_phys(cs, env->vm_vmcb + in helper_vmrun() 258 if (x86_ldl_phys(cs, env->vm_vmcb + in helper_vmrun() 264 nested_ctl = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in helper_vmrun() [all …]
|
H A D | seg_helper.c | 89 uint32_t event_inj = x86_ldl_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in handle_even_inj() 103 x86_stl_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in handle_even_inj() 108 env->vm_vmcb + offsetof(struct vmcb, control.event_inj), in handle_even_inj() 213 intno = x86_ldl_phys(cs, env->vm_vmcb in x86_cpu_exec_interrupt()
|
H A D | excp_helper.c | 538 env->vm_vmcb + offsetof(struct vmcb, control.exit_info_2), in raise_stage2() 643 x86_stq_phys(cs, env->vm_vmcb + in x86_cpu_tlb_fill()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | seg_helper.c | 1232 uint32_t event_inj = x86_ldl_phys(cs, env->vm_vmcb + in do_interrupt_all() 1237 env->vm_vmcb + offsetof(struct vmcb, control.event_inj), in do_interrupt_all()
|
/openbmc/qemu/target/i386/ |
H A D | machine.c | 1708 VMSTATE_UINT64(env.vm_vmcb, X86CPU),
|
H A D | cpu.h | 1928 uint64_t vm_vmcb; member
|