Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dtlb.h48 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
137 tlb_remove_table(tlb, pmd); in pmd_free_tlb()
152 tlb_remove_table(tlb, pud); in pud_free_tlb()
/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()
/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()
/arch/arm64/include/asm/
Dtlb.h27 #define tlb_remove_entry(tlb, entry) tlb_remove_table(tlb, entry)
/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)
/arch/s390/mm/
Dpgtable.c1004 tlb_remove_table(tlb, table); in page_table_free_rcu()
1016 tlb_remove_table(tlb, table); in page_table_free_rcu()
1083 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() function
/arch/powerpc/mm/
Dpgtable_64.c451 tlb_remove_table(tlb, (void *)pgf); in pgtable_free_tlb()