Home
last modified time | relevance | path

Searched refs:idtr (Results 1 – 2 of 2) sorted by relevance

/qemu/target/i386/tcg/system/
H A Dsvm_helper.c192 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()
362 env->vm_vmcb + offsetof(struct vmcb, save.idtr), &env->idt); in helper_vmrun()
787 x86_stq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, save.idtr.base), in do_vmexit()
789 x86_stl_phys(cs, env->vm_vmcb + offsetof(struct vmcb, save.idtr.limit), in do_vmexit()
839 save.idtr.base)); in do_vmexit()
841 save.idtr.limit)); in do_vmexit()
/qemu/target/i386/
H A Dsvm.h200 struct vmcb_seg idtr; member