Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dsvm.h573 #define SVM_CPUID_FUNC 0x8000000a macro
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c638 sd->max_asid = cpuid_ebx(SVM_CPUID_FUNC) - 1; in svm_hardware_enable()