Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sparc/include/asm/
Dpgalloc_64.h79 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() function
97 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() function
106 pgtable_free_tlb(tlb, pte, true); in __pte_free_tlb()
110 pgtable_free_tlb(tlb, pmd, false)
113 pgtable_free_tlb(tlb, pud, false)
/Linux-v5.4/arch/powerpc/include/asm/nohash/
Dpgalloc.h50 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() function
68 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() function
78 pgtable_free_tlb(tlb, table, 0); in __pte_free_tlb()
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h53 static inline void pgtable_free_tlb(struct mmu_gather *tlb, in pgtable_free_tlb() function
70 static inline void pgtable_free_tlb(struct mmu_gather *tlb, in pgtable_free_tlb() function
80 pgtable_free_tlb(tlb, table, 0); in __pte_free_tlb()
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h21 extern void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift);
130 pgtable_free_tlb(tlb, pud, PUD_INDEX); in __pud_free_tlb()
151 return pgtable_free_tlb(tlb, pmd, PMD_INDEX); in __pmd_free_tlb()
174 pgtable_free_tlb(tlb, table, PTE_INDEX); in __pte_free_tlb()
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h60 pgtable_free_tlb(tlb, pmd, PMD_CACHE_INDEX)
62 pgtable_free_tlb(tlb, pud, PUD_INDEX_SIZE)
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dpgtable.c382 void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int index) in pgtable_free_tlb() function
399 void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int index) in pgtable_free_tlb() function
/Linux-v5.4/arch/powerpc/mm/
Dhugetlbpage.c327 pgtable_free_tlb(tlb, hugepte, in free_hugepd_range()
330 pgtable_free_tlb(tlb, hugepte, in free_hugepd_range()