Searched refs:tlb_remove_table (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/powerpc/include/asm/nohash/ |
| H A D | pgalloc.h | 8 extern void tlb_remove_table(struct mmu_gather *tlb, void *table); 59 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | pgalloc_64.h | 80 void tlb_remove_table(struct mmu_gather *, void *); 87 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
| /linux-6.15/arch/powerpc/include/asm/book3s/ |
| H A D | pgalloc.h | 7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
|
| /linux-6.15/include/asm-generic/ |
| H A D | tlb.h | 219 extern void tlb_remove_table(struct mmu_gather *tlb, void *table); 228 static inline void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function 498 tlb_remove_table(tlb, pt); in tlb_remove_ptdesc()
|
| /linux-6.15/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgalloc.h | 56 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
| /linux-6.15/mm/ |
| H A D | mmu_gather.c | 362 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
|
| /linux-6.15/arch/powerpc/mm/book3s64/ |
| H A D | pgtable.c | 504 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|