Lines Matching refs:vm86_active
888 if (to_vmx(vcpu)->rmode.vm86_active) in update_exception_bitmap()
1506 if (vmx->rmode.vm86_active) { in vmx_get_rflags()
1530 if (vmx->rmode.vm86_active) { in vmx_set_rflags()
1754 if (vmx->rmode.vm86_active) { in vmx_queue_exception()
2824 vmx->rmode.vm86_active = 0; in enter_pmode()
2893 vmx->rmode.vm86_active = 1; in enter_rmode()
3111 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE)) in vmx_set_cr0()
3114 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE)) in vmx_set_cr0()
3225 else if (vmx->rmode.vm86_active) in vmx_set_cr4()
3277 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) { in vmx_get_segment()
3312 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_get_segment_base()
3323 if (unlikely(vmx->rmode.vm86_active)) in vmx_get_cpl()
3358 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) { in vmx_set_segment()
4488 vmx->rmode.vm86_active = 0; in vmx_vcpu_reset()
4604 if (vmx->rmode.vm86_active) { in vmx_inject_irq()
4643 if (vmx->rmode.vm86_active) { in vmx_inject_nmi()
4884 if (!vmx->rmode.vm86_active && is_gp_fault(intr_info)) { in handle_exception_nmi()
4932 if (vmx->rmode.vm86_active && rmode_exception(vcpu, ex_no)) in handle_exception_nmi()
5531 if (vmx->emulation_required && !vmx->rmode.vm86_active && in handle_invalid_guest_state()