Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/include/asm/
Dpgalloc_64.h83 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() function
101 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() function
110 pgtable_free_tlb(tlb, pte, true); in __pte_free_tlb()
114 pgtable_free_tlb(tlb, pmd, false)
117 pgtable_free_tlb(tlb, pud, false)
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h146 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() function
164 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() function
174 pgtable_free_tlb(tlb, page_address(table), 0); in __pte_free_tlb()
178 pgtable_free_tlb(tlb, pmd, PMD_CACHE_INDEX)
181 pgtable_free_tlb(tlb, pud, PUD_INDEX_SIZE)
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h49 extern void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift);
154 pgtable_free_tlb(tlb, pud, PUD_INDEX); in __pud_free_tlb()
175 return pgtable_free_tlb(tlb, pmd, PMD_INDEX); in __pmd_free_tlb()
225 pgtable_free_tlb(tlb, table, PTE_INDEX); in __pte_free_tlb()
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h114 static inline void pgtable_free_tlb(struct mmu_gather *tlb, in pgtable_free_tlb() function
131 static inline void pgtable_free_tlb(struct mmu_gather *tlb, in pgtable_free_tlb() function
141 pgtable_free_tlb(tlb, page_address(table), 0); in __pte_free_tlb()
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/
Dpgalloc.h115 static inline void pgtable_free_tlb(struct mmu_gather *tlb, in pgtable_free_tlb() function
132 static inline void pgtable_free_tlb(struct mmu_gather *tlb, in pgtable_free_tlb() function
143 pgtable_free_tlb(tlb, page_address(table), 0); in __pte_free_tlb()
/Linux-v4.19/arch/powerpc/mm/
Dpgtable-book3s64.c436 void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int index) in pgtable_free_tlb() function
453 void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int index) in pgtable_free_tlb() function
Dhugetlbpage.c331 pgtable_free_tlb(tlb, hugepte, in free_hugepd_range()