Home
last modified time | relevance | path

Searched refs:pte_free (Results 1 – 21 of 21) sorted by relevance

/linux-6.1.9/arch/sparc/include/asm/
Dpgalloc_32.h74 void pte_free(struct mm_struct * mm, pgtable_t pte);
75 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
Dpgalloc_64.h66 void pte_free(struct mm_struct *mm, pgtable_t ptepage);
/linux-6.1.9/arch/xtensa/include/asm/
Dtlb.h19 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
/linux-6.1.9/arch/alpha/include/asm/
Dtlb.h7 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
/linux-6.1.9/arch/parisc/include/asm/
Dtlb.h10 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
/linux-6.1.9/arch/microblaze/include/asm/
Dpgalloc.h33 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))
/linux-6.1.9/arch/powerpc/include/asm/
Dpgalloc.h43 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free() function
/linux-6.1.9/arch/ia64/include/asm/
Dpgalloc.h62 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
/linux-6.1.9/arch/arc/include/asm/
Dpgalloc.h95 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
/linux-6.1.9/arch/m68k/include/asm/
Dmcf_pgalloc.h62 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() function
Dmotorola_pgalloc.h42 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() function
/linux-6.1.9/include/asm-generic/
Dpgalloc.h99 static inline void pte_free(struct mm_struct *mm, struct page *pte_page) in pte_free() function
/linux-6.1.9/arch/s390/include/asm/
Dpgalloc.h144 #define pte_free(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
/linux-6.1.9/mm/
Dhuge_memory.c698 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page()
723 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page()
803 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page()
813 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()
827 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page()
884 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()
1632 pte_free(mm, pgtable); in zap_deposited_table()
Ddebug_vm_pgtable.c1066 pte_free(args->mm, args->start_ptep); in destroy_args()
Dkhugepaged.c1422 pte_free(mm, pmd_pgtable(pmd)); in collapse_and_free_pmd()
Dmemory.c474 pte_free(mm, new); in __pte_alloc()
4690 pte_free(vm_mm, vmf->prealloc_pte); in do_fault()
/linux-6.1.9/arch/arm/mm/
Dpgd.c171 pte_free(mm, pte); in pgd_free()
/linux-6.1.9/arch/sparc/mm/
Dsrmmu.c367 void pte_free(struct mm_struct *mm, pgtable_t ptep) in pte_free() function
Dinit_64.c2920 void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/linux-6.1.9/fs/
Ddax.c1212 pte_free(vma->vm_mm, pgtable); in dax_pmd_load_hole()