Home
last modified time | relevance | path

Searched refs:vm86_active (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
Dvmx.c513 int vm86_active; member
1575 if (to_vmx(vcpu)->rmode.vm86_active) in update_exception_bitmap()
2048 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_get_rflags()
2062 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_set_rflags()
2143 if (vmx->rmode.vm86_active) { in vmx_queue_exception()
3312 vmx->rmode.vm86_active = 0; in enter_pmode()
3382 vmx->rmode.vm86_active = 1; in enter_rmode()
3576 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE)) in vmx_set_cr0()
3579 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE)) in vmx_set_cr0()
3650 (to_vmx(vcpu)->rmode.vm86_active ? in vmx_set_cr4()
[all …]