Searched refs:pte_free_kernel (Results 1 – 12 of 12) sorted by relevance
| /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/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/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 | 490 pte_free_kernel(&init_mm, new); in __pte_alloc_kernel()
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 1866 pte_free_kernel(NULL, table); in __pmd_free_pte_page()
|
| /linux/arch/sparc/mm/ |
| H A D | init_64.c | 2899 void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|