/Linux-v5.4/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-v5.4/arch/arc/include/asm/ |
D | pgalloc.h | 124 static inline void pte_free(struct mm_struct *mm, pgtable_t ptep) in pte_free() function 130 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | tlb.h | 19 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
|
D | pgalloc.h | 70 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | tlb.h | 9 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | tlb.h | 8 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | tlb.h | 7 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
|
/Linux-v5.4/include/asm-generic/ |
D | pgalloc.h | 99 static inline void pte_free(struct mm_struct *mm, struct page *pte_page) in pte_free() function
|
/Linux-v5.4/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-v5.4/arch/microblaze/include/asm/ |
D | pgalloc.h | 53 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))
|
/Linux-v5.4/arch/openrisc/include/asm/ |
D | pgalloc.h | 90 static inline void pte_free(struct mm_struct *mm, struct page *pte) in pte_free() function
|
/Linux-v5.4/arch/unicore32/mm/ |
D | pgd.c | 96 pte_free(mm, pte); in free_pgd_slow()
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | pgalloc.h | 87 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
|
/Linux-v5.4/arch/nds32/mm/ |
D | mm-nds32.c | 61 pte_free(mm, pte); in pgd_free()
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | mcf_pgalloc.h | 74 static inline void pte_free(struct mm_struct *mm, struct page *page) in pte_free() function
|
D | motorola_pgalloc.h | 52 static inline void pte_free(struct mm_struct *mm, pgtable_t page) in pte_free() function
|
/Linux-v5.4/arch/arm/mm/ |
D | pgd.c | 140 pte_free(mm, pte); in pgd_free()
|
/Linux-v5.4/arch/s390/include/asm/ |
D | pgalloc.h | 146 #define pte_free(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
|
/Linux-v5.4/mm/ |
D | huge_memory.c | 621 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page() 646 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page() 730 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page() 754 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page() 811 pte_free(mm, pgtable); in insert_pfn_pmd() 1023 pte_free(dst_mm, pgtable); in copy_huge_pmd() 1768 pte_free(mm, pgtable); in zap_deposited_table()
|
D | khugepaged.c | 1387 pte_free(mm, pmd_pgtable(_pmd)); in collapse_pte_mapped_thp() 1465 pte_free(vma->vm_mm, pmd_pgtable(_pmd)); in retract_page_tables()
|
D | memory.c | 435 pte_free(mm, new); in __pte_alloc() 3626 pte_free(vm_mm, vmf->prealloc_pte); in do_fault()
|
/Linux-v5.4/arch/sparc/mm/ |
D | srmmu.c | 388 void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
D | init_64.c | 2926 void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/Linux-v5.4/fs/ |
D | dax.c | 1458 pte_free(vma->vm_mm, pgtable); in dax_pmd_load_hole()
|