/linux-2.6.39/arch/sparc/include/asm/ |
D | pgalloc_32.h | 64 BTFIXUPDEF_CALL(void, pte_free, pgtable_t ) 65 #define pte_free(mm, pte) BTFIXUP_CALL(pte_free)(pte) macro 66 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
|
D | pgalloc_64.h | 64 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free() function
|
D | tlb_64.h | 103 #define pte_free_tlb(mp, ptepage, addr) pte_free((mp)->mm, ptepage)
|
/linux-2.6.39/arch/tile/include/asm/ |
D | pgalloc.h | 72 extern void pte_free(struct mm_struct *mm, struct page *pte); 85 pte_free(mm, virt_to_page(pte)); in pte_free_kernel() 117 pte_free((mm), virt_to_page(pmdp))
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | pgalloc.h | 55 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function 61 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | pgalloc.h | 104 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function 120 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
|
/linux-2.6.39/arch/microblaze/include/asm/ |
D | pgalloc.h | 161 extern inline void pte_free(struct mm_struct *mm, struct page *ptepage) in pte_free() function 166 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | tlb.h | 12 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
|
D | pgalloc.h | 80 pte_free(struct mm_struct *mm, pgtable_t page) in pte_free() function
|
/linux-2.6.39/arch/xtensa/include/asm/ |
D | tlb.h | 45 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
|
D | pgalloc.h | 66 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | tlb.h | 25 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | pgalloc.h | 21 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free() function
|
/linux-2.6.39/arch/mn10300/include/asm/ |
D | pgalloc.h | 47 static inline void pte_free(struct mm_struct *mm, struct page *pte) in pte_free() function
|
/linux-2.6.39/arch/frv/include/asm/ |
D | pgalloc.h | 46 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/linux-2.6.39/arch/um/include/asm/ |
D | pgalloc.h | 37 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/linux-2.6.39/arch/cris/include/asm/ |
D | pgalloc.h | 44 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/linux-2.6.39/arch/unicore32/mm/ |
D | pgd.c | 98 pte_free(mm, pte); in free_pgd_slow()
|
/linux-2.6.39/arch/sh/include/asm/ |
D | pgalloc.h | 59 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/linux-2.6.39/arch/score/include/asm/ |
D | pgalloc.h | 69 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/linux-2.6.39/arch/avr32/include/asm/ |
D | pgalloc.h | 81 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/linux-2.6.39/arch/unicore32/include/asm/ |
D | pgalloc.h | 74 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/linux-2.6.39/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 29 static inline void pte_free(struct mm_struct *mm, pgtable_t page) in pte_free() function
|
/linux-2.6.39/arch/arm/mm/ |
D | pgd.c | 106 pte_free(mm, pte); in pgd_free()
|
/linux-2.6.39/arch/arm/include/asm/ |
D | pgalloc.h | 101 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|