Searched refs:pmd_free (Results 1 - 25 of 30) 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/frv/include/asm/
H A Dpgalloc.h64 #define pmd_free(mm, x) do { } while (0) macro
/arch/sparc/include/asm/
H A Dpgalloc_32.h51 #define pmd_free(mm, pmd) free_pmd_fast(pmd) macro
52 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
H A Dpgalloc_64.h59 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) function
/arch/unicore32/mm/
H A Dpgd.c71 pmd_free(mm, new_pmd);
99 pmd_free(mm, pmd);
/arch/arm/mm/
H A Dpgd.c99 pmd_free(mm, new_pmd);
135 pmd_free(mm, pmd);
154 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.h74 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) function
88 pmd_free(mm, (pmd_t *)pgd);
H A Dmcf_pgalloc.h85 #define pmd_free(mm, pmd) BUG() macro
H A Dsun3_pgalloc.h81 #define pmd_free(mm, x) do { } while (0) macro
/arch/mips/include/asm/
H A Dpgalloc.h122 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) function
127 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
/arch/m32r/include/asm/
H A Dpgalloc.h75 #define pmd_free(mm, x) do { } while (0) macro
/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.h185 #define pmd_free(mm, x) do { } while (0) macro
186 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
/arch/s390/include/asm/
H A Dpgalloc.h65 #define pmd_free(mm, x) do { } while (0) macro
107 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) function
/arch/powerpc/include/asm/
H A Dpgalloc-32.h19 #define pmd_free(mm, x) do { } while (0) macro
/arch/sh/include/asm/
H A Dpgalloc.h15 extern void pmd_free(struct mm_struct *mm, pmd_t *pmd);
H A Dtlb.h113 #define pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, pmdp)
/arch/arm64/include/asm/
H A Dpgalloc.h36 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) function
/arch/tile/include/asm/
H A Dpgalloc.h150 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmdp) function

Completed in 412 milliseconds

12