Home
last modified time | relevance | path

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

/linux/arch/sparc/include/asm/
A 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)
A Dpgalloc_64.h66 void pte_free(struct mm_struct *mm, pgtable_t ptepage);
/linux/arch/xtensa/include/asm/
A Dtlb.h19 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
/linux/arch/nds32/include/asm/
A Dtlb.h9 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
/linux/arch/alpha/include/asm/
A Dtlb.h7 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
/linux/arch/parisc/include/asm/
A Dtlb.h10 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
/linux/arch/microblaze/include/asm/
A Dpgalloc.h33 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))
/linux/arch/powerpc/include/asm/
A Dpgalloc.h43 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free() function
/linux/arch/ia64/include/asm/
A Dpgalloc.h62 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
/linux/arch/arc/include/asm/
A Dpgalloc.h95 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
/linux/arch/m68k/include/asm/
A Dmcf_pgalloc.h62 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() function
A Dmotorola_pgalloc.h42 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() function
/linux/arch/nds32/mm/
A Dmm-nds32.c63 pte_free(mm, pte); in pgd_free()
/linux/include/asm-generic/
A Dpgalloc.h99 static inline void pte_free(struct mm_struct *mm, struct page *pte_page) in pte_free() function
/linux/mm/
A Dhuge_memory.c642 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page()
667 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page()
748 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page()
758 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page()
761 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page()
772 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page()
830 pte_free(mm, pgtable); in insert_pfn_pmd()
1079 pte_free(dst_mm, pgtable); in copy_huge_pmd()
1108 pte_free(dst_mm, pgtable); in copy_huge_pmd()
1576 pte_free(mm, pgtable); in zap_deposited_table()
A Dkhugepaged.c1519 pte_free(mm, pmd_pgtable(_pmd)); in collapse_pte_mapped_thp()
1603 pte_free(mm, pmd_pgtable(_pmd)); in retract_page_tables()
A Ddebug_vm_pgtable.c1051 pte_free(args->mm, args->start_ptep); in destroy_args()
A Dmemory.c470 pte_free(mm, new); in __pte_alloc()
4301 pte_free(vm_mm, vmf->prealloc_pte); in do_fault()
/linux/arch/s390/include/asm/
A Dpgalloc.h144 #define pte_free(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
/linux/arch/arm/mm/
A Dpgd.c171 pte_free(mm, pte); in pgd_free()
/linux/fs/
A Ddax.c1117 pte_free(vma->vm_mm, pgtable); in dax_pmd_load_hole()
/linux/arch/sparc/mm/
A Dsrmmu.c367 void pte_free(struct mm_struct *mm, pgtable_t ptep) in pte_free() function
A Dinit_64.c2916 void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function

Completed in 42 milliseconds