TLB_NR_DYN_ASIDS   84 arch/x86/include/asm/tlbflush.h 	BUILD_BUG_ON(TLB_NR_DYN_ASIDS >= (1 << X86_CR3_PTI_PCID_USER_BIT));
TLB_NR_DYN_ASIDS  241 arch/x86/include/asm/tlbflush.h 	struct tlb_context ctxs[TLB_NR_DYN_ASIDS];
TLB_NR_DYN_ASIDS   60 arch/x86/mm/tlb.c 	for (asid = 0; asid < TLB_NR_DYN_ASIDS; asid++) {
TLB_NR_DYN_ASIDS   90 arch/x86/mm/tlb.c 	for (asid = 0; asid < TLB_NR_DYN_ASIDS; asid++) {
TLB_NR_DYN_ASIDS  106 arch/x86/mm/tlb.c 	if (*new_asid >= TLB_NR_DYN_ASIDS) {
TLB_NR_DYN_ASIDS  510 arch/x86/mm/tlb.c 	for (i = 1; i < TLB_NR_DYN_ASIDS; i++)