Searched refs:vm86_active (Results 1 – 2 of 2) sorted by relevance
792 if (to_vmx(vcpu)->rmode.vm86_active) in update_exception_bitmap()1426 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_get_rflags()1442 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_set_rflags()1609 if (vmx->rmode.vm86_active) { in vmx_queue_exception()2687 vmx->rmode.vm86_active = 0; in enter_pmode()2758 vmx->rmode.vm86_active = 1; in enter_rmode()2947 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE)) in vmx_set_cr0()2950 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE)) in vmx_set_cr0()3038 else if (vmx->rmode.vm86_active) in vmx_set_cr4()3105 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) { in vmx_get_segment()[all …]
234 int vm86_active; member