Searched refs:tlb_remove_table (Results 1 – 7 of 7) sorted by relevance
| /linux/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/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/arch/powerpc/include/asm/book3s/ |
| H A D | pgalloc.h | 7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
|
| /linux/include/asm-generic/ |
| H A D | tlb.h | 225 extern void tlb_remove_table(struct mmu_gather *tlb, void *table); 234 static inline void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function 524 tlb_remove_table(tlb, pt); in tlb_remove_ptdesc()
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgalloc.h | 62 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
| /linux/mm/ |
| H A D | mmu_gather.c | 363 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | pgtable.c | 497 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|