Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/include/asm/
Dtlb.h48 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
124 tlb_remove_table(tlb, pmd); in pmd_free_tlb()
139 tlb_remove_table(tlb, pud); in pud_free_tlb()
/linux-4.1.27/arch/sparc/include/asm/
Dpgalloc_64.h82 void tlb_remove_table(struct mmu_gather *, void *);
89 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/linux-4.1.27/arch/powerpc/include/asm/
Dpgalloc.h16 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
Dpgalloc-32.h66 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
Dpgalloc-64.h130 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/linux-4.1.27/arch/arm/include/asm/
Dtlb.h54 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
56 #define tlb_remove_entry(tlb, entry) tlb_remove_table(tlb, entry)
/linux-4.1.27/arch/arm64/include/asm/
Dtlb.h27 #define tlb_remove_entry(tlb, entry) tlb_remove_table(tlb, entry)
/linux-4.1.27/include/asm-generic/
Dtlb.h61 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
/linux-4.1.27/arch/s390/mm/
Dpgtable.c1089 tlb_remove_table(tlb, table); in page_table_free_rcu()
1101 tlb_remove_table(tlb, table); in page_table_free_rcu()
1157 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
/linux-4.1.27/arch/powerpc/mm/
Dpgtable_64.c461 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()
/linux-4.1.27/mm/
Dmemory.c359 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function