Home
last modified time | relevance | path

Searched refs:pte_free_kernel (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/arch/riscv/mm/
H A Dpgtable.c101 pte_free_kernel(NULL, pte); in pud_free_pmd_page()
133 pte_free_kernel(NULL, pte); in pmd_free_pte_page()
/linux-6.15/arch/powerpc/include/asm/
H A Dpgalloc.h38 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
/linux-6.15/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h32 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
H A Dmcf_pgalloc.h8 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
/linux-6.15/arch/sparc/include/asm/
H A Dpgalloc_32.h72 #define pte_free_kernel(mm, pte) free_pte_fast(pte) macro
H A Dpgalloc_64.h65 void pte_free_kernel(struct mm_struct *mm, pte_t *pte);
/linux-6.15/arch/s390/include/asm/
H A Dpgalloc.h161 #define pte_free_kernel(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
/linux-6.15/include/asm-generic/
H A Dpgalloc.h49 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
/linux-6.15/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c703 pte_free_kernel(&init_mm, pte_start); in free_pte_table()
1644 pte_free_kernel(&init_mm, pte); in pud_free_pmd_page()
1685 pte_free_kernel(&init_mm, pte); in pmd_free_pte_page()
/linux-6.15/arch/arm/mm/
H A Dioremap.c196 pte_free_kernel(&init_mm, pmd_page_vaddr(pmd)); in unmap_area_sections()
/linux-6.15/mm/kasan/
H A Dinit.c297 pte_free_kernel(&init_mm, (pte_t *)page_to_virt(pmd_page(*pmd))); in kasan_free_pte()
/linux-6.15/arch/mips/kvm/
H A Dmmu.c191 pte_free_kernel(NULL, pte); in kvm_mips_flush_gpa_pmd()
/linux-6.15/mm/
H A Dhugetlb_vmemmap.c90 pte_free_kernel(&init_mm, pgtable); in vmemmap_split_pmd()
H A Dmemory.c454 pte_free_kernel(&init_mm, new); in __pte_alloc_kernel()
/linux-6.15/arch/arm64/mm/
H A Dmmu.c1266 pte_free_kernel(NULL, table); in pmd_free_pte_page()
/linux-6.15/arch/sparc/mm/
H A Dinit_64.c2905 void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function