tlb_batch          20 arch/sparc/include/asm/tlbflush_64.h void flush_tsb_user(struct tlb_batch *tb);
tlb_batch          22 arch/sparc/mm/tlb.c static DEFINE_PER_CPU(struct tlb_batch, tlb_batch);
tlb_batch          26 arch/sparc/mm/tlb.c 	struct tlb_batch *tb = &get_cpu_var(tlb_batch);
tlb_batch          51 arch/sparc/mm/tlb.c 	put_cpu_var(tlb_batch);
tlb_batch          56 arch/sparc/mm/tlb.c 	struct tlb_batch *tb = this_cpu_ptr(&tlb_batch);
tlb_batch          63 arch/sparc/mm/tlb.c 	struct tlb_batch *tb = this_cpu_ptr(&tlb_batch);
tlb_batch          73 arch/sparc/mm/tlb.c 	struct tlb_batch *tb = &get_cpu_var(tlb_batch);
tlb_batch         110 arch/sparc/mm/tlb.c 	put_cpu_var(tlb_batch);
tlb_batch          83 arch/sparc/mm/tsb.c static void __flush_tsb_one(struct tlb_batch *tb, unsigned long hash_shift,
tlb_batch         107 arch/sparc/mm/tsb.c static void __flush_huge_tsb_one(struct tlb_batch *tb, unsigned long hash_shift,
tlb_batch         119 arch/sparc/mm/tsb.c void flush_tsb_user(struct tlb_batch *tb)