Lines Matching refs:vm86_active
513 int vm86_active; member
1575 if (to_vmx(vcpu)->rmode.vm86_active) in update_exception_bitmap()
2048 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_get_rflags()
2062 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_set_rflags()
2143 if (vmx->rmode.vm86_active) { in vmx_queue_exception()
3312 vmx->rmode.vm86_active = 0; in enter_pmode()
3382 vmx->rmode.vm86_active = 1; in enter_rmode()
3576 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE)) in vmx_set_cr0()
3579 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE)) in vmx_set_cr0()
3650 (to_vmx(vcpu)->rmode.vm86_active ? in vmx_set_cr4()
3698 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) { in vmx_get_segment()
3733 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_get_segment_base()
3744 if (unlikely(vmx->rmode.vm86_active)) in vmx_get_cpl()
3780 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) { in vmx_set_segment()
4734 vmx->rmode.vm86_active = 0; in vmx_vcpu_reset()
4877 if (vmx->rmode.vm86_active) { in vmx_inject_irq()
4917 if (vmx->rmode.vm86_active) { in vmx_inject_nmi()
5144 if (vmx->rmode.vm86_active && rmode_exception(vcpu, ex_no)) in handle_exception()