Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/mm/
H A Dtlb.c28 if (!tb->tlb_nr) in flush_tlb_pending()
34 if (tb->tlb_nr == 1) { in flush_tlb_pending()
38 smp_flush_tlb_pending(tb->mm, tb->tlb_nr, in flush_tlb_pending()
42 tb->tlb_nr, &tb->vaddrs[0]); in flush_tlb_pending()
47 tb->tlb_nr = 0; in flush_tlb_pending()
64 if (tb->tlb_nr) in arch_leave_lazy_mmu_mode()
79 nr = tb->tlb_nr; in tlb_batch_add_one()
104 tb->tlb_nr = ++nr; in tlb_batch_add_one()
H A 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()
/openbmc/qemu/target/loongarch/
H A Dcpu_helper.c22 uint8_t tlb_ps, n, tlb_v, tlb_d, tlb_plv, tlb_nx, tlb_nr, tlb_rplv; in loongarch_map_tlb_entry() local
38 tlb_nr = FIELD_EX64(tlb_entry, TLBENTRY_64, NR); in loongarch_map_tlb_entry()
43 tlb_nr = 0; in loongarch_map_tlb_entry()
59 if (access_type == MMU_DATA_LOAD && tlb_nr) { in loongarch_map_tlb_entry()
/openbmc/linux/arch/sparc/include/asm/
H A Dtlbflush_64.h14 unsigned long tlb_nr; member