Searched refs:tlb_batch (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | tlb.c | 20 static DEFINE_PER_CPU(struct tlb_batch, tlb_batch); 24 struct tlb_batch *tb = &get_cpu_var(tlb_batch); in flush_tlb_pending() 49 put_cpu_var(tlb_batch); in flush_tlb_pending() 54 struct tlb_batch *tb = this_cpu_ptr(&tlb_batch); in arch_enter_lazy_mmu_mode() 61 struct tlb_batch *tb = this_cpu_ptr(&tlb_batch); in arch_leave_lazy_mmu_mode() 71 struct tlb_batch *t in tlb_batch_add_one() [all...] |
H A D | tsb.c | 83 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()
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | tlb.c | 21 static DEFINE_PER_CPU(struct tlb_batch, tlb_batch); 25 struct tlb_batch *tb = &get_cpu_var(tlb_batch); in flush_tlb_pending() 50 put_cpu_var(tlb_batch); in flush_tlb_pending() 55 struct tlb_batch *tb = this_cpu_ptr(&tlb_batch); in arch_enter_lazy_mmu_mode() 62 struct tlb_batch *tb = this_cpu_ptr(&tlb_batch); in arch_leave_lazy_mmu_mode() 72 struct tlb_batch *t in tlb_batch_add_one() [all...] |
H A D | tsb.c | 83 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()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | tlbflush_64.h | 11 struct tlb_batch { struct 20 void flush_tsb_user(struct tlb_batch *tb);
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | tlbflush_64.h | 11 struct tlb_batch { struct 20 void flush_tsb_user(struct tlb_batch *tb);
|
Completed in 4 milliseconds