Home
last modified time | relevance | path

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

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