Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dvirtext.h44 cr4_clear_bits(X86_CR4_VMXE); in cpu_vmxoff()
49 return __read_cr4() & X86_CR4_VMXE; in cpu_vmx_enabled()
Dkvm_host.h89 | X86_CR4_OSXMMEXCPT | X86_CR4_VMXE | X86_CR4_SMAP \
/arch/x86/include/uapi/asm/
Dprocessor-flags.h109 #define X86_CR4_VMXE _BITUL(X86_CR4_VMXE_BIT) macro
/arch/x86/kvm/
Dvmx.c139 #define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE | X86_CR4_VMXE)
140 #define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE | X86_CR4_VMXE)
2954 #define VMXON_CR4_ALWAYSON X86_CR4_VMXE in vmx_get_vmx_msr()
3342 if (cr4_read_shadow() & X86_CR4_VMXE) in hardware_enable()
3371 cr4_set_bits(X86_CR4_VMXE); in hardware_enable()
3410 cr4_clear_bits(X86_CR4_VMXE); in hardware_disable()
4141 if (cr4 & X86_CR4_VMXE) { in vmx_set_cr4()
7024 if (!kvm_read_cr4_bits(vcpu, X86_CR4_VMXE) || in handle_vmon()
Dsvm.c2004 if (cr4 & X86_CR4_VMXE) in svm_set_cr4()