TLB_NR_DYN_ASIDS
struct tlb_context ctxs[TLB_NR_DYN_ASIDS];
return asid < TLB_NR_DYN_ASIDS;
for (i = 1; i < TLB_NR_DYN_ASIDS; i++)
BUILD_BUG_ON(TLB_NR_DYN_ASIDS >= (1 << X86_CR3_PTI_PCID_USER_BIT));
for (asid = 0; asid < TLB_NR_DYN_ASIDS; asid++) {
for (asid = 0; asid < TLB_NR_DYN_ASIDS; asid++) {
if (ns.asid >= TLB_NR_DYN_ASIDS) {
static int global_asid_available = MAX_ASID_AVAILABLE - TLB_NR_DYN_ASIDS - 1;
last_global_asid = TLB_NR_DYN_ASIDS;