Lines Matching refs:vm86_active
563 int vm86_active; member
1649 if (to_vmx(vcpu)->rmode.vm86_active) in update_exception_bitmap()
2193 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_get_rflags()
2207 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_set_rflags()
2288 if (vmx->rmode.vm86_active) { in vmx_queue_exception()
3449 vmx->rmode.vm86_active = 0; in enter_pmode()
3519 vmx->rmode.vm86_active = 1; in enter_rmode()
3718 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE)) in vmx_set_cr0()
3721 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE)) in vmx_set_cr0()
3792 (to_vmx(vcpu)->rmode.vm86_active ? in vmx_set_cr4()
3840 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) { in vmx_get_segment()
3875 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_get_segment_base()
3886 if (unlikely(vmx->rmode.vm86_active)) in vmx_get_cpl()
3922 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) { in vmx_set_segment()
4878 vmx->rmode.vm86_active = 0; in vmx_vcpu_reset()
5026 if (vmx->rmode.vm86_active) { in vmx_inject_irq()
5066 if (vmx->rmode.vm86_active) { in vmx_inject_nmi()
5288 if (vmx->rmode.vm86_active && rmode_exception(vcpu, ex_no)) in handle_exception()