Home
last modified time | relevance | path

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

/linux-4.4.14/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.h60 | X86_CR4_OSXMMEXCPT | X86_CR4_VMXE | X86_CR4_SMAP))
/linux-4.4.14/arch/x86/include/uapi/asm/
Dprocessor-flags.h108 #define X86_CR4_VMXE _BITUL(X86_CR4_VMXE_BIT) macro
/linux-4.4.14/arch/x86/kvm/
Dvmx.c120 #define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE | X86_CR4_VMXE)
121 #define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE | X86_CR4_VMXE)
2745 #define VMXON_CR4_ALWAYSON X86_CR4_VMXE in vmx_get_vmx_msr()
3031 if (cr4_read_shadow() & X86_CR4_VMXE) in hardware_enable()
3060 cr4_set_bits(X86_CR4_VMXE); in hardware_enable()
3097 cr4_clear_bits(X86_CR4_VMXE); in hardware_disable()
3795 if (cr4 & X86_CR4_VMXE) { in vmx_set_cr4()
6745 if (!kvm_read_cr4_bits(vcpu, X86_CR4_VMXE) || in handle_vmon()
Dsvm.c1509 if (cr4 & X86_CR4_VMXE) in svm_set_cr4()