Searched refs:pgtable_free_tlb (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgalloc-64.h | 124 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)
|
D | pgalloc-32.h | 60 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/ |
D | pgalloc_64.h | 84 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/ |
D | pgtable_64.c | 455 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
|
D | hugetlbpage.c | 533 pgtable_free_tlb(tlb, hugepte, pdshift - shift); in free_hugepd_range()
|