vm86_active       769 arch/x86/kvm/vmx/vmx.c 	if (to_vmx(vcpu)->rmode.vm86_active)
vm86_active      1411 arch/x86/kvm/vmx/vmx.c 		if (to_vmx(vcpu)->rmode.vm86_active) {
vm86_active      1427 arch/x86/kvm/vmx/vmx.c 	if (to_vmx(vcpu)->rmode.vm86_active) {
vm86_active      1594 arch/x86/kvm/vmx/vmx.c 	if (vmx->rmode.vm86_active) {
vm86_active      2659 arch/x86/kvm/vmx/vmx.c 	vmx->rmode.vm86_active = 0;
vm86_active      2730 arch/x86/kvm/vmx/vmx.c 	vmx->rmode.vm86_active = 1;
vm86_active      2919 arch/x86/kvm/vmx/vmx.c 		if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE))
vm86_active      2922 arch/x86/kvm/vmx/vmx.c 		if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE))
vm86_active      3017 arch/x86/kvm/vmx/vmx.c 	else if (vmx->rmode.vm86_active)
vm86_active      3084 arch/x86/kvm/vmx/vmx.c 	if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) {
vm86_active      3119 arch/x86/kvm/vmx/vmx.c 	if (to_vmx(vcpu)->rmode.vm86_active) {
vm86_active      3130 arch/x86/kvm/vmx/vmx.c 	if (unlikely(vmx->rmode.vm86_active))
vm86_active      3165 arch/x86/kvm/vmx/vmx.c 	if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) {
vm86_active      4260 arch/x86/kvm/vmx/vmx.c 	vmx->rmode.vm86_active = 0;
vm86_active      4378 arch/x86/kvm/vmx/vmx.c 	if (vmx->rmode.vm86_active) {
vm86_active      4417 arch/x86/kvm/vmx/vmx.c 	if (vmx->rmode.vm86_active) {
vm86_active      4615 arch/x86/kvm/vmx/vmx.c 	if (!vmx->rmode.vm86_active && is_gp_fault(intr_info)) {
vm86_active      4655 arch/x86/kvm/vmx/vmx.c 	if (vmx->rmode.vm86_active && rmode_exception(vcpu, ex_no))
vm86_active      5245 arch/x86/kvm/vmx/vmx.c 		if (vmx->emulation_required && !vmx->rmode.vm86_active &&
vm86_active       234 arch/x86/kvm/vmx/vmx.h 		int vm86_active;