Searched refs:pgtable_free (Results 1 – 5 of 5) sorted by relevance
/linux/arch/sparc/include/asm/ |
A D | pgalloc_64.h | 71 void pgtable_free(void *table, bool is_page); 93 pgtable_free(table, is_page); in __tlb_remove_table() 98 pgtable_free(table, is_page); in pgtable_free_tlb()
|
/linux/arch/powerpc/include/asm/nohash/ |
A D | pgalloc.h | 37 static inline void pgtable_free(void *table, int shift) in pgtable_free() function 63 pgtable_free(table, shift); in __tlb_remove_table()
|
/linux/arch/powerpc/include/asm/book3s/32/ |
A D | pgalloc.h | 40 static inline void pgtable_free(void *table, unsigned index_size) in pgtable_free() function 66 pgtable_free(table, shift); in __tlb_remove_table()
|
/linux/arch/powerpc/mm/book3s64/ |
A D | pgtable.c | 368 static inline void pgtable_free(void *table, int index) in pgtable_free() function 412 return pgtable_free(table, index); in __tlb_remove_table()
|
/linux/arch/sparc/mm/ |
A D | init_64.c | 2921 void pgtable_free(void *table, bool is_page) in pgtable_free() function
|
Completed in 11 milliseconds