Searched refs:TLB_NR_DYN_ASIDS (Results 1 – 2 of 2) sorted by relevance
66 #define TLB_NR_DYN_ASIDS 6 macro151 struct tlb_context ctxs[TLB_NR_DYN_ASIDS];240 return asid < TLB_NR_DYN_ASIDS; in is_dyn_asid()
124 BUILD_BUG_ON(TLB_NR_DYN_ASIDS >= (1 << X86_CR3_PTI_PCID_USER_BIT)); in kern_pcid()204 for (asid = 0; asid < TLB_NR_DYN_ASIDS; asid++) { in clear_asid_other()252 for (asid = 0; asid < TLB_NR_DYN_ASIDS; asid++) { in choose_new_asid()267 if (ns.asid >= TLB_NR_DYN_ASIDS) { in choose_new_asid()288 static int global_asid_available = MAX_ASID_AVAILABLE - TLB_NR_DYN_ASIDS - 1;313 last_global_asid = TLB_NR_DYN_ASIDS; in reset_global_asid_space()1092 for (i = 1; i < TLB_NR_DYN_ASIDS; i++) in initialize_tlbstate_and_flush()
Completed in 8 milliseconds