Lines Matching refs:vm86_active
899 if (to_vmx(vcpu)->rmode.vm86_active)
1524 if (vmx->rmode.vm86_active) {
1553 if (vmx->rmode.vm86_active) {
1827 if (vmx->rmode.vm86_active) {
3018 vmx->rmode.vm86_active = 0;
3095 vmx->rmode.vm86_active = 1;
3296 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE))
3299 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE))
3450 else if (vmx->rmode.vm86_active)
3505 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) {
3540 if (to_vmx(vcpu)->rmode.vm86_active) {
3551 if (unlikely(vmx->rmode.vm86_active))
3583 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) {
4865 vmx->rmode.vm86_active = 0;
4942 if (vmx->rmode.vm86_active) {
4981 if (vmx->rmode.vm86_active) {
5221 if (!vmx->rmode.vm86_active && is_gp_fault(intr_info)) {
5269 if (vmx->rmode.vm86_active && rmode_exception(vcpu, ex_no))
5837 return vmx->emulation_required && !vmx->rmode.vm86_active &&