Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dvirtext.h95 if (eax < SVM_CPUID_FUNC) { in cpu_has_svm()
Dsvm.h189 #define SVM_CPUID_FUNC 0x8000000a macro
/arch/x86/kvm/
Dsvm.c662 sd->max_asid = cpuid_ebx(SVM_CPUID_FUNC) - 1; in svm_hardware_enable()