Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dpgalloc-64.h124 static inline void pgtable_free_tlb(struct mmu_gather *tlb, in pgtable_free_tlb() function
141 static inline void pgtable_free_tlb(struct mmu_gather *tlb, in pgtable_free_tlb() function
153 pgtable_free_tlb(tlb, page_address(table), 0); in __pte_free_tlb()
170 extern void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift);
220 pgtable_free_tlb(tlb, table, 0); in __pte_free_tlb()
236 pgtable_free_tlb(tlb, pmd, PMD_CACHE_INDEX)
239 pgtable_free_tlb(tlb, pud, PUD_INDEX_SIZE)
Dpgalloc-32.h60 static inline void pgtable_free_tlb(struct mmu_gather *tlb, in pgtable_free_tlb() function
77 static inline void pgtable_free_tlb(struct mmu_gather *tlb, in pgtable_free_tlb() function
89 pgtable_free_tlb(tlb, page_address(table), 0); in __pte_free_tlb()
/linux-4.1.27/arch/sparc/include/asm/
Dpgalloc_64.h84 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() function
102 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() function
111 pgtable_free_tlb(tlb, pte, true); in __pte_free_tlb()
115 pgtable_free_tlb(tlb, pmd, false)
118 pgtable_free_tlb(tlb, pud, false)
/linux-4.1.27/arch/powerpc/mm/
Dpgtable_64.c455 void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() function
478 void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() function
Dhugetlbpage.c533 pgtable_free_tlb(tlb, hugepte, pdshift - shift); in free_hugepd_range()