Home
last modified time | relevance | path

Searched refs:pmd_free (Results 1 – 25 of 28) sorted by relevance

12

/arch/arm/mm/
Dpgd.c98 pmd_free(mm, new_pmd); in pgd_alloc()
134 pmd_free(mm, pmd); in pgd_free()
153 pmd_free(mm, pmd); in pgd_free()
/arch/unicore32/mm/
Dpgd.c71 pmd_free(mm, new_pmd); in get_pgd_slow()
99 pmd_free(mm, pmd); in free_pgd_slow()
/arch/m68k/include/asm/
Dmotorola_pgalloc.h70 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
84 pmd_free(mm, (pmd_t *)pgd); in pgd_free()
Dsun3_pgalloc.h82 #define pmd_free(mm, x) do { } while (0) macro
Dmcf_pgalloc.h81 #define pmd_free(mm, pmd) BUG() macro
/arch/alpha/include/asm/
Dtlb.h13 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
Dpgalloc.h48 pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/arch/sparc/include/asm/
Dpgalloc_32.h47 #define pmd_free(mm, pmd) free_pmd_fast(pmd) macro
48 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
Dpgalloc_64.h36 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/arch/mips/include/asm/
Dpgalloc.h119 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
124 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
/arch/ia64/include/asm/
Dpgalloc.h65 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
70 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
/arch/parisc/include/asm/
Dpgalloc.h73 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
94 #define pmd_free(mm, x) do { } while (0) macro
Dtlb.h24 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/arch/arm/include/asm/
Dpgalloc.h35 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
52 #define pmd_free(mm, pmd) do { } while (0) macro
/arch/s390/include/asm/
Dpgalloc.h62 #define pmd_free(mm, x) do { } while (0) macro
97 #define pmd_free(mm, pmd) crst_table_free(mm, (unsigned long *) pmd) macro
/arch/microblaze/include/asm/
Dpgalloc.h179 #define pmd_free(mm, x) do { } while (0) macro
180 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
/arch/frv/include/asm/
Dpgalloc.h64 #define pmd_free(mm, x) do { } while (0) macro
/arch/um/include/asm/
Dpgalloc.h50 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/arch/sh/mm/
Dpgtable.c53 void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/arch/powerpc/include/asm/
Dpgalloc-32.h19 #define pmd_free(mm, x) do { } while (0) macro
Dpgalloc-64.h98 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/arch/m32r/include/asm/
Dpgalloc.h70 #define pmd_free(mm, x) do { } while (0) macro
/arch/sh/include/asm/
Dpgalloc.h15 extern void pmd_free(struct mm_struct *mm, pmd_t *pmd);
Dtlb.h103 #define pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, pmdp)
/arch/tile/include/asm/
Dpgalloc.h116 #define pmd_free(mm, pmdp) \ macro

12