Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dvirtext.h50 cr4_clear_bits(X86_CR4_VMXE); in cpu_vmxoff()
54 cr4_clear_bits(X86_CR4_VMXE); in cpu_vmxoff()
60 return __read_cr4() & X86_CR4_VMXE; in cpu_vmx_enabled()
A Dkvm_host.h116 | X86_CR4_OSXMMEXCPT | X86_CR4_LA57 | X86_CR4_VMXE \
/linux/tools/testing/selftests/kvm/x86_64/
A Dset_sregs_test.c64 cr4 |= X86_CR4_VMXE; in calc_cr4_feature_bits()
116 test_cr4_feature_bit(vm, &sregs, X86_CR4_VMXE); in main()
/linux/arch/x86/include/uapi/asm/
A Dprocessor-flags.h118 #define X86_CR4_VMXE _BITUL(X86_CR4_VMXE_BIT) macro
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h33 #define X86_CR4_VMXE (1ul << 13) macro
/linux/arch/x86/kvm/
A Dx86.h482 __reserved_bits |= X86_CR4_VMXE; \
/linux/tools/testing/selftests/kvm/lib/x86_64/
A Dvmx.c152 cr4 |= X86_CR4_VMXE; in prepare_for_vmx_operation()
/linux/arch/x86/kvm/vmx/
A Dvmx.c141 #define KVM_VM_CR4_ALWAYS_ON_UNRESTRICTED_GUEST X86_CR4_VMXE
142 #define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE | X86_CR4_VMXE)
143 #define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE | X86_CR4_VMXE)
2294 cr4_set_bits(X86_CR4_VMXE); in kvm_cpu_vmxon()
2305 cr4_clear_bits(X86_CR4_VMXE); in kvm_cpu_vmxon()
2316 if (cr4_read_shadow() & X86_CR4_VMXE) in hardware_enable()
3133 if ((cr4 & X86_CR4_VMXE) && is_smm(vcpu)) in vmx_is_valid_cr4()
7065 cr4_fixed1_update(X86_CR4_VMXE, ecx, feature_bit(VMX)); in nested_vmx_cr_fixed1_bits_update()
A Dnested.c4913 if (!kvm_read_cr4_bits(vcpu, X86_CR4_VMXE)) { in handle_vmon()
6686 #define VMXON_CR4_ALWAYSON X86_CR4_VMXE in nested_vmx_setup_ctls_msrs()
/linux/arch/x86/kernel/cpu/
A Dbugs.c1634 else if (!(cr4_read_shadow() & X86_CR4_VMXE)) in itlb_multihit_show_state()

Completed in 697 milliseconds