Home
last modified time | relevance | path

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

/linux/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/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/arch/powerpc/include/asm/book3s/
H A Dpgalloc.h7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
/linux/include/asm-generic/
H A Dtlb.h225 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 Dpgalloc.h62 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/linux/mm/
H A Dmmu_gather.c363 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c497 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()