Searched defs:pmd_free (Results 1 – 15 of 15) sorted by relevance
/arch/parisc/include/asm/ |
D | pgalloc.h | 73 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
|
/arch/mips/include/asm/ |
D | pgalloc.h | 113 #define pmd_free(mm, x) do { } while (0) macro 130 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/arch/um/include/asm/ |
D | pgalloc.h | 51 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/arch/powerpc/include/asm/ |
D | pgalloc-32.h | 18 #define pmd_free(mm, x) do { } while (0) macro
|
D | pgalloc-64.h | 85 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/arch/s390/include/asm/ |
D | pgalloc.h | 67 #define pmd_free(mm, x) do { } while (0) macro 105 #define pmd_free(mm, pmd) crst_table_free(mm, (unsigned long *) pmd) macro
|
/arch/alpha/include/asm/ |
D | pgalloc.h | 48 pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/arch/sparc/include/asm/ |
D | pgalloc_64.h | 34 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
D | pgalloc_32.h | 47 #define pmd_free(mm, pmd) free_pmd_fast(pmd) macro
|
/arch/sh/include/asm/ |
D | pgalloc.h | 87 #define pmd_free(mm, x) do { } while (0) macro
|
/arch/m68k/include/asm/ |
D | motorola_pgalloc.h | 71 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
D | sun3_pgalloc.h | 82 #define pmd_free(mm, x) do { } while (0) macro
|
/arch/arm/include/asm/ |
D | pgalloc.h | 30 #define pmd_free(mm, pmd) do { } while (0) macro
|
/arch/ia64/include/asm/ |
D | pgalloc.h | 65 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/arch/x86/include/asm/ |
D | pgalloc.h | 75 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|