Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sparc/include/asm/
Dpgalloc_64.h82 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() function
100 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() function
109 pgtable_free_tlb(tlb, pte, true); in __pte_free_tlb()
113 pgtable_free_tlb(tlb, pmd, false)
116 pgtable_free_tlb(tlb, pud, false)
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h21 extern void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift);
139 pgtable_free_tlb(tlb, pud, PUD_INDEX); in __pud_free_tlb()
155 return pgtable_free_tlb(tlb, pmd, PMD_INDEX); in __pmd_free_tlb()
173 pgtable_free_tlb(tlb, table, PTE_INDEX); in __pte_free_tlb()
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h50 static inline void pgtable_free_tlb(struct mmu_gather *tlb, in pgtable_free_tlb() function
70 pgtable_free_tlb(tlb, table, 0); in __pte_free_tlb()
/linux-6.12.1/arch/powerpc/include/asm/nohash/
Dpgalloc.h53 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() function
74 pgtable_free_tlb(tlb, table, 0); in __pte_free_tlb()
/linux-6.12.1/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h63 pgtable_free_tlb(tlb, pmd, PMD_CACHE_INDEX)
65 pgtable_free_tlb(tlb, pud, PUD_INDEX_SIZE)
/linux-6.12.1/arch/powerpc/mm/book3s64/
Dpgtable.c490 void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int index) in pgtable_free_tlb() function