Lines Matching refs:vm86_active
995 int vm86_active; member
2584 if (to_vmx(vcpu)->rmode.vm86_active) in update_exception_bitmap()
3176 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_get_rflags()
3192 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_set_rflags()
3334 if (vmx->rmode.vm86_active) { in vmx_queue_exception()
4958 vmx->rmode.vm86_active = 0; in enter_pmode()
5029 vmx->rmode.vm86_active = 1; in enter_rmode()
5273 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE)) in vmx_set_cr0()
5276 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE)) in vmx_set_cr0()
5363 else if (to_vmx(vcpu)->rmode.vm86_active) in vmx_set_cr4()
5432 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) { in vmx_get_segment()
5467 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_get_segment_base()
5478 if (unlikely(vmx->rmode.vm86_active)) in vmx_get_cpl()
5514 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) { in vmx_set_segment()
6684 vmx->rmode.vm86_active = 0; in vmx_vcpu_reset()
6826 if (vmx->rmode.vm86_active) { in vmx_inject_irq()
6866 if (vmx->rmode.vm86_active) { in vmx_inject_nmi()
7064 if (!vmx->rmode.vm86_active && is_gp_fault(intr_info)) { in handle_exception()
7100 if (vmx->rmode.vm86_active && rmode_exception(vcpu, ex_no)) in handle_exception()
7771 if (vmx->emulation_required && !vmx->rmode.vm86_active && in handle_invalid_guest_state()