Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dvirtext.h95 if (eax < SVM_CPUID_FUNC) { in cpu_has_svm()
Dsvm.h186 #define SVM_CPUID_FUNC 0x8000000a macro
/linux-2.6.39/arch/x86/kvm/
Dsvm.c602 sd->max_asid = cpuid_ebx(SVM_CPUID_FUNC) - 1; in svm_hardware_enable()
805 svm_features = cpuid_edx(SVM_CPUID_FUNC); in svm_hardware_setup()