Home
last modified time | relevance | path

Searched refs:SVM_CPUID_FUNC (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/arch/x86/include/asm/
Dvirtext.h104 if (boot_cpu_data.extended_cpuid_level < SVM_CPUID_FUNC) { in cpu_has_svm()
Dsvm.h340 #define SVM_CPUID_FUNC 0x8000000a macro
/Linux-v5.15/tools/testing/selftests/kvm/include/x86_64/
Dsvm.h214 #define SVM_CPUID_FUNC 0x8000000a macro
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.c500 sd->max_asid = cpuid_ebx(SVM_CPUID_FUNC) - 1; in svm_hardware_enable()