Searched refs:vm86_active (Results 1 – 2 of 2) sorted by relevance
891 if (to_vmx(vcpu)->rmode.vm86_active) in vmx_update_exception_bitmap()1546 if (vmx->rmode.vm86_active) { in vmx_get_rflags()1575 if (vmx->rmode.vm86_active) { in vmx_set_rflags()1856 if (vmx->rmode.vm86_active) { in vmx_inject_exception()3059 vmx->rmode.vm86_active = 0; in enter_pmode()3136 vmx->rmode.vm86_active = 1; in enter_rmode()3490 else if (vmx->rmode.vm86_active) in vmx_set_cr4()4905 vmx->rmode.vm86_active = 0; in vmx_vcpu_reset()4982 if (vmx->rmode.vm86_active) { in vmx_inject_irq()5021 if (vmx->rmode.vm86_active) { in vmx_inject_nmi()[all …]
302 int vm86_active; member