Home
last modified time | relevance | path

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

/linux/arch/sparc/mm/
H A Dtlb.c23 static DEFINE_PER_CPU(struct tlb_batch, tlb_batch);
27 struct tlb_batch *tb = &get_cpu_var(tlb_batch); in flush_tlb_pending()
52 put_cpu_var(tlb_batch); in flush_tlb_pending()
64 struct tlb_batch *tb = this_cpu_ptr(&tlb_batch); in arch_flush_lazy_mmu_mode()
81 struct tlb_batch *tb = &get_cpu_var(tlb_batch); in tlb_batch_add_one()
118 put_cpu_var(tlb_batch); in tlb_batch_add_one()
H A Dtsb.c83 static void __flush_tsb_one(struct tlb_batch *tb, unsigned long hash_shift, in __flush_tsb_one()
107 static void __flush_huge_tsb_one(struct tlb_batch *tb, unsigned long hash_shift, in __flush_huge_tsb_one()
119 void flush_tsb_user(struct tlb_batch *tb) in flush_tsb_user()
/linux/arch/sparc/include/asm/
H A Dtlbflush_64.h11 struct tlb_batch { struct
19 void flush_tsb_user(struct tlb_batch *tb); argument