Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dset_sregs_test.c57 cr4 |= X86_CR4_VMXE; in calc_supported_cr4_feature_bits()
108 TEST_INVALID_CR_BIT(vcpu, cr4, sregs, X86_CR4_VMXE); in main()
/Linux-v6.6/arch/x86/include/uapi/asm/
Dprocessor-flags.h122 #define X86_CR4_VMXE _BITUL(X86_CR4_VMXE_BIT) macro
/Linux-v6.6/arch/x86/kvm/
Dx86.h529 __reserved_bits |= X86_CR4_VMXE; \
/Linux-v6.6/arch/x86/kvm/vmx/
Dvmx.c148 #define KVM_VM_CR4_ALWAYS_ON_UNRESTRICTED_GUEST X86_CR4_VMXE
149 #define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE | X86_CR4_VMXE)
150 #define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE | X86_CR4_VMXE)
752 cr4_clear_bits(X86_CR4_VMXE); in kvm_cpu_vmxoff()
756 cr4_clear_bits(X86_CR4_VMXE); in kvm_cpu_vmxoff()
773 if (!(__read_cr4() & X86_CR4_VMXE)) in vmx_emergency_disable()
2790 cr4_set_bits(X86_CR4_VMXE); in kvm_cpu_vmxon()
2801 cr4_clear_bits(X86_CR4_VMXE); in kvm_cpu_vmxon()
2812 if (cr4_read_shadow() & X86_CR4_VMXE) in vmx_hardware_enable()
3418 if ((cr4 & X86_CR4_VMXE) && is_smm(vcpu)) in vmx_is_valid_cr4()
[all …]
Dnested.c5164 if (!kvm_is_cr4_bit_set(vcpu, X86_CR4_VMXE)) { in handle_vmxon()
6981 #define VMXON_CR4_ALWAYSON X86_CR4_VMXE in nested_vmx_setup_cr_fixed()
/Linux-v6.6/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c137 cr4 |= X86_CR4_VMXE; in prepare_for_vmx_operation()
/Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h42 #define X86_CR4_VMXE (1ul << 13) macro
/Linux-v6.6/arch/x86/kernel/cpu/
Dbugs.c2543 else if (!(cr4_read_shadow() & X86_CR4_VMXE)) in itlb_multihit_show_state()
/Linux-v6.6/arch/x86/include/asm/
Dkvm_host.h127 | X86_CR4_OSXMMEXCPT | X86_CR4_LA57 | X86_CR4_VMXE \