/linux-6.12.1/arch/sparc/include/asm/ |
D | pgalloc_32.h | 74 void pte_free(struct mm_struct * mm, pgtable_t pte); 75 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
|
D | pgalloc_64.h | 66 void pte_free(struct mm_struct *mm, pgtable_t ptepage);
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | tlb.h | 19 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | tlb.h | 7 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | tlb.h | 10 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
|
/linux-6.12.1/arch/microblaze/include/asm/ |
D | pgalloc.h | 33 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | pgalloc.h | 43 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free() function
|
/linux-6.12.1/arch/arc/include/asm/ |
D | pgalloc.h | 95 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | motorola_pgalloc.h | 42 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() function
|
D | mcf_pgalloc.h | 60 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() function
|
/linux-6.12.1/include/asm-generic/ |
D | pgalloc.h | 108 static inline void pte_free(struct mm_struct *mm, struct page *pte_page) in pte_free() function
|
/linux-6.12.1/arch/s390/include/asm/ |
D | pgalloc.h | 143 #define pte_free(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
|
/linux-6.12.1/arch/arm/mm/ |
D | pgd.c | 171 pte_free(mm, pte); in pgd_free()
|
/linux-6.12.1/mm/ |
D | huge_memory.c | 1189 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page() 1216 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page() 1299 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page() 1309 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page() 1312 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page() 1323 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page() 1383 pte_free(mm, pgtable); in insert_pfn_pmd() 1637 pte_free(dst_mm, pgtable); in copy_huge_pmd() 1663 pte_free(dst_mm, pgtable); in copy_huge_pmd() 2039 pte_free(mm, pgtable); in zap_deposited_table()
|
D | pgtable-generic.c | 244 pte_free(NULL /* mm not passed and not used */, (pgtable_t)page); in pte_free_now()
|
D | debug_vm_pgtable.c | 1052 pte_free(args->mm, args->start_ptep); in destroy_args()
|
D | memory.c | 454 pte_free(mm, new); in __pte_alloc() 5439 pte_free(vm_mm, vmf->prealloc_pte); in do_fault()
|
/linux-6.12.1/arch/sparc/mm/ |
D | srmmu.c | 368 void pte_free(struct mm_struct *mm, pgtable_t ptep) in pte_free() function
|
D | init_64.c | 2922 void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/linux-6.12.1/fs/ |
D | dax.c | 1249 pte_free(vma->vm_mm, pgtable); in dax_pmd_load_hole()
|