Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dsvm.h340 #define SVM_CPUID_FUNC 0x8000000a macro
/arch/x86/kvm/svm/
Dsvm.c515 sd->max_asid = cpuid_ebx(SVM_CPUID_FUNC) - 1; in svm_hardware_enable()