/linux-3.3/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
|
/linux-3.3/arch/arm/include/asm/ |
D | pgalloc.h | 35 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
|
/linux-3.3/arch/sh/mm/ |
D | pgtable.c | 53 void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-3.3/arch/s390/include/asm/ |
D | pgalloc.h | 65 #define pmd_free(mm, x) do { } while (0) macro 100 #define pmd_free(mm, pmd) crst_table_free(mm, (unsigned long *) pmd) macro
|
/linux-3.3/arch/um/include/asm/ |
D | pgalloc.h | 51 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-3.3/arch/frv/include/asm/ |
D | pgalloc.h | 64 #define pmd_free(mm, x) do { } while (0) macro
|
/linux-3.3/arch/powerpc/include/asm/ |
D | pgalloc-32.h | 19 #define pmd_free(mm, x) do { } while (0) macro
|
D | pgalloc-64.h | 98 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-3.3/arch/alpha/include/asm/ |
D | pgalloc.h | 48 pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-3.3/arch/tile/include/asm/ |
D | pgalloc.h | 116 #define pmd_free(mm, pmdp) \ macro
|
/linux-3.3/arch/m68k/include/asm/ |
D | motorola_pgalloc.h | 70 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
|
D | mcf_pgalloc.h | 81 #define pmd_free(mm, pmd) BUG() macro
|
/linux-3.3/include/asm-generic/ |
D | pgtable-nopmd.h | 59 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-3.3/arch/m32r/include/asm/ |
D | pgalloc.h | 70 #define pmd_free(mm, x) do { } while (0) macro
|
/linux-3.3/arch/mips/include/asm/ |
D | pgalloc.h | 119 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-3.3/arch/ia64/include/asm/ |
D | pgalloc.h | 65 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-3.3/arch/sparc/include/asm/ |
D | pgalloc_64.h | 36 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
|
/linux-3.3/arch/x86/include/asm/ |
D | pgalloc.h | 86 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/linux-3.3/arch/microblaze/include/asm/ |
D | pgalloc.h | 179 #define pmd_free(mm, x) do { } while (0) macro
|