Searched refs:vm86_active (Results 1 – 1 of 1) sorted by relevance
578 int vm86_active; member1678 if (to_vmx(vcpu)->rmode.vm86_active) in update_exception_bitmap()2269 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_get_rflags()2283 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_set_rflags()2364 if (vmx->rmode.vm86_active) { in vmx_queue_exception()3597 vmx->rmode.vm86_active = 0; in enter_pmode()3667 vmx->rmode.vm86_active = 1; in enter_rmode()3866 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE)) in vmx_set_cr0()3869 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE)) in vmx_set_cr0()3940 (to_vmx(vcpu)->rmode.vm86_active ? in vmx_set_cr4()[all …]