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/include/asm-generic/ |
H A D | tlb.h | 61 * - 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 D | pgalloc.h | 7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgalloc.h | 56 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
|
/linux/mm/ |
H A D | mmu_gather.c | 300 * 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 D | mmu_pv.c | 2192 .tlb_remove_table = tlb_remove_table,
|