Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.c828 if (to_vmx(vcpu)->rmode.vm86_active) in update_exception_bitmap()
1428 if (vmx->rmode.vm86_active) { in vmx_get_rflags()
1452 if (vmx->rmode.vm86_active) { in vmx_set_rflags()
1666 if (vmx->rmode.vm86_active) { in vmx_queue_exception()
2731 vmx->rmode.vm86_active = 0; in enter_pmode()
2800 vmx->rmode.vm86_active = 1; in enter_rmode()
3013 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE)) in vmx_set_cr0()
3016 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE)) in vmx_set_cr0()
3111 else if (vmx->rmode.vm86_active) in vmx_set_cr4()
3179 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) { in vmx_get_segment()
[all …]
Dvmx.h231 int vm86_active; member