Home
last modified time | relevance | path

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

/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);
/arch/nds32/include/asm/
Dtlb.h9 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
/arch/xtensa/include/asm/
Dtlb.h19 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
/arch/alpha/include/asm/
Dtlb.h7 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
/arch/parisc/include/asm/
Dtlb.h10 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
/arch/microblaze/include/asm/
Dpgalloc.h33 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))
/arch/powerpc/include/asm/
Dpgalloc.h43 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free() function
/arch/ia64/include/asm/
Dpgalloc.h62 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
/arch/arc/include/asm/
Dpgalloc.h95 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
/arch/m68k/include/asm/
Dmotorola_pgalloc.h42 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() function
Dmcf_pgalloc.h62 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() function
/arch/nds32/mm/
Dmm-nds32.c63 pte_free(mm, pte); in pgd_free()
/arch/s390/include/asm/
Dpgalloc.h144 #define pte_free(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
/arch/arm/mm/
Dpgd.c171 pte_free(mm, pte); in pgd_free()
/arch/sparc/mm/
Dsrmmu.c367 void pte_free(struct mm_struct *mm, pgtable_t ptep) in pte_free() function
Dinit_64.c2916 void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function