Searched refs:pgtable_free_tlb (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dpgalloc_64.h82 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) function
100 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) function
109 pgtable_free_tlb(tlb, pte, true);
113 pgtable_free_tlb(tlb, pmd, false)
116 pgtable_free_tlb(tlb, pud, false)
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h52 static inline void pgtable_free_tlb(struct mmu_gather *tlb, function
72 pgtable_free_tlb(tlb, table, 0);
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h63 pgtable_free_tlb(tlb, pmd, PMD_CACHE_INDEX)
65 pgtable_free_tlb(tlb, pud, PUD_INDEX_SIZE)
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h49 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) function
70 pgtable_free_tlb(tlb, table, 0);
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h21 extern void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift);
139 pgtable_free_tlb(tlb, pud, PUD_INDEX);
155 return pgtable_free_tlb(tlb, pmd, PMD_INDEX);
173 pgtable_free_tlb(tlb, table, PTE_INDEX);
/linux-master/arch/powerpc/mm/
H A Dhugetlbpage.c343 pgtable_free_tlb(tlb, hugepte,
/linux-master/arch/powerpc/mm/book3s64/
H A Dpgtable.c481 void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int index) function

Completed in 121 milliseconds