Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dsvm.c86 u32 max_asid; member
287 svm_data->max_asid = cpuid_ebx(SVM_CPUID_FUNC) - 1; in svm_hardware_enable()
288 svm_data->next_asid = svm_data->max_asid + 1; in svm_hardware_enable()
939 if (svm_data->next_asid > svm_data->max_asid) { in new_asid()