Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c887 if (to_vmx(vcpu)->rmode.vm86_active) in update_exception_bitmap()
1507 if (vmx->rmode.vm86_active) { in vmx_get_rflags()
1536 if (vmx->rmode.vm86_active) { in vmx_set_rflags()
1760 if (vmx->rmode.vm86_active) { in vmx_queue_exception()
2821 vmx->rmode.vm86_active = 0; in enter_pmode()
2890 vmx->rmode.vm86_active = 1; in enter_rmode()
3088 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE)) in vmx_set_cr0()
3091 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE)) in vmx_set_cr0()
3241 else if (vmx->rmode.vm86_active) in vmx_set_cr4()
3293 if (vmx->rmode.vm86_active in vmx_get_segment()
[all...]
H A Dvmx.h255 int vm86_active; member
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c899 if (to_vmx(vcpu)->rmode.vm86_active) in vmx_update_exception_bitmap()
1524 if (vmx->rmode.vm86_active) { in vmx_get_rflags()
1553 if (vmx->rmode.vm86_active) { in vmx_set_rflags()
1827 if (vmx->rmode.vm86_active) { in vmx_inject_exception()
3018 vmx->rmode.vm86_active = 0; in enter_pmode()
3095 vmx->rmode.vm86_active = 1; in enter_rmode()
3296 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE)) in vmx_set_cr0()
3299 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE)) in vmx_set_cr0()
3450 else if (vmx->rmode.vm86_active) in vmx_set_cr4()
3505 if (vmx->rmode.vm86_active in vmx_get_segment()
[all...]
H A Dvmx.h302 int vm86_active; member

Completed in 14 milliseconds