Home
last modified time | relevance | path

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

/linux-4.1.27/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.h58 | X86_CR4_OSXMMEXCPT | X86_CR4_VMXE | X86_CR4_SMAP))
/linux-4.1.27/arch/x86/include/uapi/asm/
Dprocessor-flags.h110 #define X86_CR4_VMXE _BITUL(X86_CR4_VMXE_BIT) macro
/linux-4.1.27/arch/x86/kvm/
Dvmx.c116 #define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE | X86_CR4_VMXE)
117 #define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE | X86_CR4_VMXE)
2606 #define VMXON_CR4_ALWAYSON X86_CR4_VMXE in vmx_get_vmx_msr()
2898 if (cr4_read_shadow() & X86_CR4_VMXE) in hardware_enable()
2925 cr4_set_bits(X86_CR4_VMXE); in hardware_enable()
2962 cr4_clear_bits(X86_CR4_VMXE); in hardware_disable()
3653 if (cr4 & X86_CR4_VMXE) { in vmx_set_cr4()
6605 if (!kvm_read_cr4_bits(vcpu, X86_CR4_VMXE) || in handle_vmon()
Dsvm.c1593 if (cr4 & X86_CR4_VMXE) in svm_set_cr4()