Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c951 if (to_vmx(vcpu)->rmode.vm86_active) in vmx_update_exception_bitmap()
1651 if (vmx->rmode.vm86_active) { in vmx_get_rflags()
1680 if (vmx->rmode.vm86_active) { in vmx_set_rflags()
1961 if (vmx->rmode.vm86_active) { in vmx_inject_exception()
3207 vmx->rmode.vm86_active = 0; in enter_pmode()
3284 vmx->rmode.vm86_active = 1; in enter_rmode()
3518 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE)) in vmx_set_cr0()
3521 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE)) in vmx_set_cr0()
3657 else if (vmx->rmode.vm86_active) in vmx_set_cr4()
3712 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) { in vmx_get_segment()
[all …]
H A Dvmx.h243 int vm86_active; member