Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
A Dvmx.c736 if (to_vmx(vcpu)->rmode.vm86_active) in vmx_update_exception_bitmap()
1332 if (vmx->rmode.vm86_active) { in vmx_get_rflags()
1356 if (vmx->rmode.vm86_active) { in vmx_set_rflags()
1613 if (vmx->rmode.vm86_active) { in vmx_queue_exception()
2743 vmx->rmode.vm86_active = 0; in enter_pmode()
2812 vmx->rmode.vm86_active = 1; in enter_rmode()
3156 else if (vmx->rmode.vm86_active) in vmx_set_cr4()
3257 if (unlikely(vmx->rmode.vm86_active)) in vmx_get_cpl()
4420 vmx->rmode.vm86_active = 0; in vmx_vcpu_reset()
4495 if (vmx->rmode.vm86_active) { in vmx_inject_irq()
[all …]
A Dvmx.h290 int vm86_active; member

Completed in 18 milliseconds