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/include/asm-generic/
H A Dtlb.h61 * - tlb_remove_table()
63 * tlb_remove_table() is the basic primitive to free page-table directories
151 * This provides tlb_remove_table(), to be used instead of tlb_remove_page()
220 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
229 static inline void tlb_remove_table(struct mmu_gather *tlb, void *table)
509 tlb_remove_table(tlb, pt); in tlb_change_page_size()
218 #define tlb_remove_table( global() macro
/linux/arch/powerpc/include/asm/book3s/
H A Dpgalloc.h7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h56 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/linux/mm/
H A Dmmu_gather.c300 * If we want tlb_remove_table() to imply TLB invalidates.
354 void tlb_remove_table(struct mmu_gather *tlb, void *table)
331 void tlb_remove_table(struct mmu_gather *tlb, void *table) tlb_remove_table() function
/linux/arch/x86/xen/
H A Dmmu_pv.c2192 .tlb_remove_table = tlb_remove_table,