Home
last modified time | relevance | path

Searched refs:vmcb (Results 1 – 5 of 5) sorted by relevance

/qemu/target/i386/tcg/system/
H A Dsvm_helper.c140 lbr_ctl = x86_ldl_phys(env_cpu(env), env->vm_vmcb + offsetof(struct vmcb, in virtual_vm_load_save_enabled()
187 x86_stq_phys(cs, env->vm_hsave + offsetof(struct vmcb, save.gdtr.base), in helper_vmrun()
189 x86_stl_phys(cs, env->vm_hsave + offsetof(struct vmcb, save.gdtr.limit), in helper_vmrun()
192 x86_stq_phys(cs, env->vm_hsave + offsetof(struct vmcb, save.idtr.base), in helper_vmrun()
194 x86_stl_phys(cs, env->vm_hsave + offsetof(struct vmcb, save.idtr.limit), in helper_vmrun()
198 env->vm_hsave + offsetof(struct vmcb, save.cr0), env->cr[0]); in helper_vmrun()
200 env->vm_hsave + offsetof(struct vmcb, save.cr2), env->cr[2]); in helper_vmrun()
202 env->vm_hsave + offsetof(struct vmcb, save.cr3), env->cr[3]); in helper_vmrun()
204 env->vm_hsave + offsetof(struct vmcb, save.cr4), env->cr[4]); in helper_vmrun()
206 env->vm_hsave + offsetof(struct vmcb, save.dr6), env->dr[6]); in helper_vmrun()
[all …]
H A Dseg_helper.c89 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()
214 + offsetof(struct vmcb, control.int_vector)); in x86_cpu_exec_interrupt()
H A Dexcp_helper.c542 env->vm_vmcb + offsetof(struct vmcb, control.exit_info_2), in raise_stage2()
648 offsetof(struct vmcb, control.exit_info_2), in x86_cpu_tlb_fill()
/qemu/target/i386/
H A Dsvm.h236 struct QEMU_PACKED vmcb { struct
/qemu/target/i386/tcg/
H A Dseg_helper.c1258 offsetof(struct vmcb, in do_interrupt_all()
1262 env->vm_vmcb + offsetof(struct vmcb, control.event_inj), in do_interrupt_all()