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

12

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

Completed in 1652 milliseconds

12