Searched refs:pte_free (Results 1 - 20 of 20) sorted by relevance

/linux-master/arch/xtensa/include/asm/
H A Dtlb.h19 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
/linux-master/arch/alpha/include/asm/
H A Dtlb.h7 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
/linux-master/arch/parisc/include/asm/
H A Dtlb.h10 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
/linux-master/arch/microblaze/include/asm/
H A Dpgalloc.h33 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))
/linux-master/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-master/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h42 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) function
H A Dmcf_pgalloc.h60 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) function
/linux-master/arch/arc/include/asm/
H A Dpgalloc.h95 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
/linux-master/arch/powerpc/include/asm/
H A Dpgalloc.h43 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) function
/linux-master/include/asm-generic/
H A Dpgalloc.h100 * pte_free - free PTE-level user page table memory
104 static inline void pte_free(struct mm_struct *mm, struct page *pte_page) function
/linux-master/arch/arm/mm/
H A Dpgd.c171 pte_free(mm, pte);
/linux-master/arch/s390/include/asm/
H A Dpgalloc.h143 #define pte_free(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
/linux-master/mm/
H A Dpgtable-generic.c242 pte_free(NULL /* mm not passed and not used */, (pgtable_t)page);
H A Dhuge_memory.c915 pte_free(vma->vm_mm, pgtable);
940 pte_free(vma->vm_mm, pgtable);
1020 pte_free(vma->vm_mm, pgtable);
1030 pte_free(vma->vm_mm, pgtable);
1033 pte_free(vma->vm_mm, pgtable);
1044 pte_free(vma->vm_mm, pgtable);
1101 pte_free(mm, pgtable);
1337 pte_free(dst_mm, pgtable);
1363 pte_free(dst_mm, pgtable);
1877 pte_free(m
[all...]
H A Ddebug_vm_pgtable.c1071 pte_free(args->mm, args->start_ptep);
H A Dmemory.c446 pte_free(mm, new);
5032 pte_free(vm_mm, vmf->prealloc_pte);
/linux-master/arch/sparc/mm/
H A Dsrmmu.c368 void pte_free(struct mm_struct *mm, pgtable_t ptep) function
H A Dinit_64.c2934 void pte_free(struct mm_struct *mm, pgtable_t pte) function
/linux-master/fs/
H A Ddax.c1249 pte_free(vma->vm_mm, pgtable);

Completed in 209 milliseconds