Home
last modified time | relevance | path

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

/linux/arch/sparc/include/asm/
A Dpgalloc_64.h78 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() function
96 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() function
105 pgtable_free_tlb(tlb, pte, true); in __pte_free_tlb()
109 pgtable_free_tlb(tlb, pmd, false)
112 pgtable_free_tlb(tlb, pud, false)
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgalloc.h21 extern void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift);
137 pgtable_free_tlb(tlb, pud, PUD_INDEX); in __pud_free_tlb()
153 return pgtable_free_tlb(tlb, pmd, PMD_INDEX); in __pmd_free_tlb()
171 pgtable_free_tlb(tlb, table, PTE_INDEX); in __pte_free_tlb()
/linux/arch/powerpc/include/asm/nohash/
A Dpgalloc.h49 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() function
70 pgtable_free_tlb(tlb, table, 0); in __pte_free_tlb()
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgalloc.h52 static inline void pgtable_free_tlb(struct mmu_gather *tlb, in pgtable_free_tlb() function
72 pgtable_free_tlb(tlb, table, 0); in __pte_free_tlb()
/linux/arch/powerpc/include/asm/nohash/64/
A Dpgalloc.h60 pgtable_free_tlb(tlb, pmd, PMD_CACHE_INDEX)
62 pgtable_free_tlb(tlb, pud, PUD_INDEX_SIZE)
/linux/arch/powerpc/mm/book3s64/
A Dpgtable.c398 void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int index) in pgtable_free_tlb() function
/linux/arch/powerpc/mm/
A Dhugetlbpage.c342 pgtable_free_tlb(tlb, hugepte, in free_hugepd_range()

Completed in 9 milliseconds