Home
last modified time | relevance | path

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

/Linux-v4.19/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.h92 | X86_CR4_OSXMMEXCPT | X86_CR4_LA57 | X86_CR4_VMXE \
/Linux-v4.19/arch/x86/include/uapi/asm/
Dprocessor-flags.h118 #define X86_CR4_VMXE _BITUL(X86_CR4_VMXE_BIT) macro
/Linux-v4.19/tools/testing/selftests/kvm/lib/
Dvmx.c90 cr4 |= X86_CR4_VMXE; in prepare_for_vmx_operation()
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h30 #define X86_CR4_VMXE (1ul << 13) macro
/Linux-v4.19/arch/x86/kvm/
Dvmx.c143 #define KVM_VM_CR4_ALWAYS_ON_UNRESTRICTED_GUEST X86_CR4_VMXE
144 #define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE | X86_CR4_VMXE)
145 #define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE | X86_CR4_VMXE)
3694 #define VMXON_CR4_ALWAYSON X86_CR4_VMXE in nested_vmx_setup_ctls_msrs()
4397 cr4_set_bits(X86_CR4_VMXE); in kvm_cpu_vmxon()
4411 if (cr4_read_shadow() & X86_CR4_VMXE) in hardware_enable()
4474 cr4_clear_bits(X86_CR4_VMXE); in kvm_cpu_vmxoff()
5379 if (cr4 & X86_CR4_VMXE) { in vmx_set_cr4()
8337 if (!kvm_read_cr4_bits(vcpu, X86_CR4_VMXE)) { in handle_vmon()
11243 cr4_fixed1_update(X86_CR4_VMXE, ecx, bit(X86_FEATURE_VMX)); in nested_vmx_cr_fixed1_bits_update()
Dsvm.c2533 if (cr4 & X86_CR4_VMXE) in svm_set_cr4()