Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dvmx.c995 int vm86_active; member
2584 if (to_vmx(vcpu)->rmode.vm86_active) in update_exception_bitmap()
3176 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_get_rflags()
3192 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_set_rflags()
3334 if (vmx->rmode.vm86_active) { in vmx_queue_exception()
4958 vmx->rmode.vm86_active = 0; in enter_pmode()
5029 vmx->rmode.vm86_active = 1; in enter_rmode()
5273 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE)) in vmx_set_cr0()
5276 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE)) in vmx_set_cr0()
5363 else if (to_vmx(vcpu)->rmode.vm86_active) in vmx_set_cr4()
[all …]