Searched refs:X86_CR4_VMXE (Results 1 – 10 of 10) sorted by relevance
42 cr4_clear_bits(X86_CR4_VMXE); in cpu_vmxoff()47 return __read_cr4() & X86_CR4_VMXE; in cpu_vmx_enabled()
102 | X86_CR4_OSXMMEXCPT | X86_CR4_LA57 | X86_CR4_VMXE \
118 #define X86_CR4_VMXE _BITUL(X86_CR4_VMXE_BIT) macro
30 #define X86_CR4_VMXE (1ul << 13) macro
406 __reserved_bits |= X86_CR4_VMXE; \
154 cr4 |= X86_CR4_VMXE; in prepare_for_vmx_operation()
140 #define KVM_VM_CR4_ALWAYS_ON_UNRESTRICTED_GUEST X86_CR4_VMXE141 #define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE | X86_CR4_VMXE)142 #define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE | X86_CR4_VMXE)2268 cr4_set_bits(X86_CR4_VMXE); in kvm_cpu_vmxon()2281 cr4_clear_bits(X86_CR4_VMXE); in kvm_cpu_vmxon()2292 if (cr4_read_shadow() & X86_CR4_VMXE) in hardware_enable()2332 cr4_clear_bits(X86_CR4_VMXE); in kvm_cpu_vmxoff()3126 if (cr4 & X86_CR4_VMXE) { in vmx_set_cr4()7120 cr4_fixed1_update(X86_CR4_VMXE, ecx, feature_bit(VMX)); in nested_vmx_cr_fixed1_bits_update()
4823 if (!kvm_read_cr4_bits(vcpu, X86_CR4_VMXE)) { in handle_vmon()6510 #define VMXON_CR4_ALWAYSON X86_CR4_VMXE in nested_vmx_setup_ctls_msrs()
1571 else if (!(cr4_read_shadow() & X86_CR4_VMXE)) in itlb_multihit_show_state()
1692 if (cr4 & X86_CR4_VMXE) in svm_set_cr4()