Searched refs:vm86_active (Results 1 – 1 of 1) sorted by relevance
563 int vm86_active; member1649 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()[all …]