Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dvirtext.h104 if (boot_cpu_data.extended_cpuid_level < SVM_CPUID_FUNC) { in cpu_has_svm()
Dsvm.h519 #define SVM_CPUID_FUNC 0x8000000a macro
/linux-6.1.9/arch/x86/kvm/svm/
Dsvm.c580 sd->max_asid = cpuid_ebx(SVM_CPUID_FUNC) - 1; in svm_hardware_enable()