Searched refs:pgtable_free (Results 1 – 5 of 5) sorted by relevance
| /arch/sparc/include/asm/ |
| A 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()
|
| /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 64 pgtable_free(table, shift); in __tlb_remove_table()
|
| /arch/powerpc/include/asm/nohash/ |
| A 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()
|
| /arch/powerpc/mm/book3s64/ |
| A D | pgtable.c | 473 static inline void pgtable_free(void *table, int index) in pgtable_free() function 505 return pgtable_free(table, index); in __tlb_remove_table()
|
| /arch/sparc/mm/ |
| A D | init_64.c | 2922 void pgtable_free(void *table, bool is_page) in pgtable_free() function
|
Completed in 15 milliseconds