Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c149 #define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE | X86_CR4_VMXE) macro
3305 hw_cr4 |= KVM_PMODE_VM_CR4_ALWAYS_ON; in vmx_set_cr4()