/linux-6.3-rc2/arch/sparc/include/asm/ |
A 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)
|
A D | pgalloc_64.h | 66 void pte_free(struct mm_struct *mm, pgtable_t ptepage);
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | tlb.h | 19 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | tlb.h | 7 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | tlb.h | 10 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | pgalloc.h | 33 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | pgalloc.h | 43 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free() function
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pgalloc.h | 62 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | pgalloc.h | 95 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | mcf_pgalloc.h | 62 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() function
|
A D | motorola_pgalloc.h | 42 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() function
|
/linux-6.3-rc2/include/asm-generic/ |
A D | pgalloc.h | 99 static inline void pte_free(struct mm_struct *mm, struct page *pte_page) in pte_free() function
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | pgalloc.h | 144 #define pte_free(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
|
/linux-6.3-rc2/mm/ |
A D | huge_memory.c | 701 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page() 726 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page() 806 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page() 816 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page() 819 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page() 830 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page() 887 pte_free(mm, pgtable); in insert_pfn_pmd() 1127 pte_free(dst_mm, pgtable); in copy_huge_pmd() 1152 pte_free(dst_mm, pgtable); in copy_huge_pmd() 1669 pte_free(mm, pgtable); in zap_deposited_table()
|
A D | debug_vm_pgtable.c | 1058 pte_free(args->mm, args->start_ptep); in destroy_args()
|
A D | khugepaged.c | 1434 pte_free(mm, pmd_pgtable(pmd)); in collapse_and_free_pmd()
|
A D | memory.c | 427 pte_free(mm, new); in __pte_alloc() 4629 pte_free(vm_mm, vmf->prealloc_pte); in do_fault()
|
/linux-6.3-rc2/arch/arm/mm/ |
A D | pgd.c | 171 pte_free(mm, pte); in pgd_free()
|
/linux-6.3-rc2/arch/sparc/mm/ |
A D | srmmu.c | 367 void pte_free(struct mm_struct *mm, pgtable_t ptep) in pte_free() function
|
A D | init_64.c | 2919 void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/linux-6.3-rc2/fs/ |
A D | dax.c | 1236 pte_free(vma->vm_mm, pgtable); in dax_pmd_load_hole()
|