Searched refs:pte_free_kernel (Results 1 – 14 of 14) sorted by relevance
| /linux/arch/riscv/mm/ |
| H A D | pgtable.c | 99 pte_free_kernel(NULL, pte); in pud_free_pmd_page() 131 pte_free_kernel(NULL, pte); in pmd_free_pte_page()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | pgalloc.h | 38 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|
| /linux/arch/sparc/include/asm/ |
| H A D | pgalloc_32.h | 72 #define pte_free_kernel(mm, pte) free_pte_fast(pte) macro
|
| H A D | pgalloc_64.h | 65 void pte_free_kernel(struct mm_struct *mm, pte_t *pte);
|
| /linux/arch/m68k/include/asm/ |
| H A D | motorola_pgalloc.h | 32 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|
| H A D | mcf_pgalloc.h | 8 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|
| /linux/arch/s390/include/asm/ |
| H A D | pgalloc.h | 169 #define pte_free_kernel(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
|
| /linux/include/asm-generic/ |
| H A D | pgalloc.h | 55 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | radix_pgtable.c | 703 pte_free_kernel(&init_mm, pte_start); in free_pte_table() 1650 pte_free_kernel(&init_mm, pte); in pud_free_pmd_page() 1691 pte_free_kernel(&init_mm, pte); in pmd_free_pte_page()
|
| /linux/arch/arm/mm/ |
| H A D | ioremap.c | 196 pte_free_kernel(&init_mm, pmd_page_vaddr(pmd)); in unmap_area_sections()
|
| /linux/mm/kasan/ |
| H A D | init.c | 295 pte_free_kernel(&init_mm, (pte_t *)page_to_virt(pmd_page(*pmd))); in kasan_free_pte()
|
| /linux/mm/ |
| H A D | hugetlb_vmemmap.c | 91 pte_free_kernel(&init_mm, pgtable); in vmemmap_split_pmd()
|
| H A D | memory.c | 477 pte_free_kernel(&init_mm, new); in __pte_alloc_kernel()
|
| /linux/arch/sparc/mm/ |
| H A D | init_64.c | 2912 void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|