Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dsvm.h147 uint32_t int_ctl; member
Dop_helper.c4938 uint32_t int_ctl; in helper_vmrun() local
5009 int_ctl = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.int_ctl)); in helper_vmrun()
5011 if (int_ctl & V_INTR_MASKING_MASK) { in helper_vmrun()
5012 env->v_tpr = int_ctl & V_TPR_MASK; in helper_vmrun()
5055 if (int_ctl & V_IRQ_MASK) { in helper_vmrun()
5304 uint32_t int_ctl; in helper_vmexit() local
5340 int_ctl = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.int_ctl)); in helper_vmexit()
5341 int_ctl &= ~(V_TPR_MASK | V_IRQ_MASK); in helper_vmexit()
5342 int_ctl |= env->v_tpr & V_TPR_MASK; in helper_vmexit()
5344 int_ctl |= V_IRQ_MASK; in helper_vmexit()
[all …]