Home
last modified time | relevance | path

Searched refs:tlb_remove_table (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h8 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 Dpgalloc_64.h80 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 Dpgalloc.h7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
/linux-6.15/include/asm-generic/
H A Dtlb.h219 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 Dpgalloc.h56 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/linux-6.15/mm/
H A Dmmu_gather.c362 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
/linux-6.15/arch/powerpc/mm/book3s64/
H A Dpgtable.c504 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()