Home
last modified time | relevance | path

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

/linux/arch/sparc/include/asm/
H 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)
H A Dpgalloc_64.h66 void pte_free(struct mm_struct *mm, pgtable_t ptepage);
/linux/arch/xtensa/include/asm/
H A Dtlb.h19 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
/linux/arch/microblaze/include/asm/
H A Dpgalloc.h28 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))
/linux/arch/powerpc/include/asm/
H A Dpgalloc.h43 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free() function
/linux/arch/arc/include/asm/
H A Dpgalloc.h90 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
/linux/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h42 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() function
H A Dmcf_pgalloc.h64 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() function
/linux/arch/arm/mm/
H A Dpgd.c169 pte_free(mm, pte); in pgd_free()
/linux/arch/s390/include/asm/
H A Dpgalloc.h166 #define pte_free(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
/linux/include/asm-generic/
H A Dpgalloc.h114 static inline void pte_free(struct mm_struct *mm, struct page *pte_page) in pte_free() function
/linux/mm/
H A Dhuge_memory.c1353 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page()
1369 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page()
1486 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page()
1496 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page()
1499 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page()
1510 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page()
1593 pte_free(mm, pgtable); in insert_pmd()
1903 pte_free(dst_mm, pgtable); in copy_huge_pmd()
1929 pte_free(dst_mm, pgtable); in copy_huge_pmd()
2340 pte_free(mm, pgtable); in zap_deposited_table()
H A Dpgtable-generic.c245 pte_free(NULL /* mm not passed and not used */, (pgtable_t)page); in pte_free_now()
H A Dmigrate_device.c882 pte_free(vma->vm_mm, pgtable); in migrate_vma_insert_huge_pmd_page()
H A Ddebug_vm_pgtable.c1016 pte_free(args->mm, args->start_ptep); in destroy_args()
H A Dmemory.c472 pte_free(mm, new); in __pte_alloc()
5941 pte_free(vm_mm, vmf->prealloc_pte); in do_fault()
/linux/arch/sparc/mm/
H A Dsrmmu.c362 void pte_free(struct mm_struct *mm, pgtable_t ptep) in pte_free() function
H A Dinit_64.c2904 void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function