Searched refs:pgtable_free (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/sparc/include/asm/ |
D | pgalloc_64.h | 75 void pgtable_free(void *table, bool is_page); 97 pgtable_free(table, is_page); in __tlb_remove_table() 102 pgtable_free(table, is_page); in pgtable_free_tlb()
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 40 static inline void pgtable_free(void *table, unsigned index_size) in pgtable_free() function 64 pgtable_free(table, shift); in __tlb_remove_table()
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/ |
D | pgalloc.h | 43 static inline void pgtable_free(void *table, int shift) in pgtable_free() function 67 pgtable_free(table, shift); in __tlb_remove_table()
|
/linux-6.12.1/arch/powerpc/mm/book3s64/ |
D | pgtable.c | 472 static inline void pgtable_free(void *table, int index) in pgtable_free() function 504 return pgtable_free(table, index); in __tlb_remove_table()
|
/linux-6.12.1/arch/sparc/mm/ |
D | init_64.c | 2927 void pgtable_free(void *table, bool is_page) in pgtable_free() function
|