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

/linux-4.4.14/arch/tile/kernel/
H A Dtlb.c25 int min_asid, max_asid; variable
H A Dsetup.c1216 max_asid = asid_range.start + asid_range.size - 1; validate_hv()
/linux-4.4.14/arch/tile/include/asm/
H A Dmmu_context.h100 if (asid > max_asid) { switch_mm()
H A Dtlbflush.h39 extern int min_asid, max_asid;
/linux-4.4.14/arch/x86/kvm/
H A Dsvm.c408 u32 max_asid; member in struct:svm_cpu_data
664 sd->max_asid = cpuid_ebx(SVM_CPUID_FUNC) - 1; svm_hardware_enable()
665 sd->next_asid = sd->max_asid + 1; svm_hardware_enable()
1573 if (sd->next_asid > sd->max_asid) { new_asid()

Completed in 208 milliseconds