Home
last modified time | relevance | path

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

/openbmc/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);
/openbmc/linux/arch/xtensa/include/asm/
H A Dtlb.h19 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
/openbmc/linux/arch/alpha/include/asm/
H A Dtlb.h7 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
/openbmc/linux/arch/parisc/include/asm/
H A Dtlb.h10 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
/openbmc/linux/arch/microblaze/include/asm/
H A Dpgalloc.h33 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))
/openbmc/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
/openbmc/linux/arch/ia64/include/asm/
H A Dpgalloc.h62 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
/openbmc/linux/arch/arc/include/asm/
H A Dpgalloc.h95 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
/openbmc/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.h60 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() function
/openbmc/linux/include/asm-generic/
H A Dpgalloc.h104 static inline void pte_free(struct mm_struct *mm, struct page *pte_page) in pte_free() function
/openbmc/linux/arch/s390/include/asm/
H A Dpgalloc.h144 #define pte_free(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
/openbmc/linux/mm/
H A Dhuge_memory.c686 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page()
711 pte_free(vma->vm_mm, pgtable); in __do_huge_pmd_anonymous_page()
791 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page()
801 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page()
804 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page()
815 pte_free(vma->vm_mm, pgtable); in do_huge_pmd_anonymous_page()
872 pte_free(mm, pgtable); in insert_pfn_pmd()
1107 pte_free(dst_mm, pgtable); in copy_huge_pmd()
1132 pte_free(dst_mm, pgtable); in copy_huge_pmd()
1644 pte_free(mm, pgtable); in zap_deposited_table()
H A Dpgtable-generic.c244 pte_free(NULL /* mm not passed and not used */, (pgtable_t)page); in pte_free_now()
H A Ddebug_vm_pgtable.c1050 pte_free(args->mm, args->start_ptep); in destroy_args()
H A Dmemory.c443 pte_free(mm, new); in __pte_alloc()
4762 pte_free(vm_mm, vmf->prealloc_pte); in do_fault()
/openbmc/linux/arch/arm/mm/
H A Dpgd.c171 pte_free(mm, pte); in pgd_free()
/openbmc/linux/arch/sparc/mm/
H A Dsrmmu.c368 void pte_free(struct mm_struct *mm, pgtable_t ptep) in pte_free() function
H A Dinit_64.c2934 void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/openbmc/linux/fs/
H A Ddax.c1249 pte_free(vma->vm_mm, pgtable); in dax_pmd_load_hole()