Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/mm/
Dtlb.c29 if (!tb->tlb_nr) in flush_tlb_pending()
35 if (tb->tlb_nr == 1) { in flush_tlb_pending()
39 smp_flush_tlb_pending(tb->mm, tb->tlb_nr, in flush_tlb_pending()
43 tb->tlb_nr, &tb->vaddrs[0]); in flush_tlb_pending()
48 tb->tlb_nr = 0; in flush_tlb_pending()
65 if (tb->tlb_nr) in arch_leave_lazy_mmu_mode()
80 nr = tb->tlb_nr; in tlb_batch_add_one()
105 tb->tlb_nr = ++nr; in tlb_batch_add_one()
Dtsb.c88 for (i = 0; i < tb->tlb_nr; i++) in __flush_tsb_one()
113 for (i = 0; i < tb->tlb_nr; i++) in __flush_huge_tsb_one()
/Linux-v4.19/arch/sparc/include/asm/
Dtlbflush_64.h14 unsigned long tlb_nr; member