/arch/powerpc/include/asm/ |
D | pgalloc-32.h | 23 #define pmd_populate_kernel(mm, pmd, pte) \ macro 29 #define pmd_populate_kernel(mm, pmd, pte) \ macro
|
D | pgalloc-64.h | 59 #define pmd_populate_kernel(mm, pmd, pte) pmd_set(pmd, (unsigned long)(pte)) macro 67 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
|
/arch/um/include/asm/ |
D | pgalloc.h | 14 #define pmd_populate_kernel(mm, pmd, pte) \ macro
|
/arch/xtensa/include/asm/ |
D | pgalloc.h | 23 #define pmd_populate_kernel(mm, pmdp, ptep) \ macro
|
/arch/cris/include/asm/ |
D | pgalloc.h | 7 #define pmd_populate_kernel(mm, pmd, pte) pmd_set(pmd, pte) macro
|
/arch/avr32/include/asm/ |
D | pgalloc.h | 18 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel() function
|
/arch/alpha/include/asm/ |
D | pgalloc.h | 21 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function
|
/arch/sparc/include/asm/ |
D | pgalloc_64.h | 71 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(PMD, PTE) macro
|
D | pgalloc_32.h | 54 #define pmd_populate_kernel(MM, PMD, PTE) BTFIXUP_CALL(pmd_set)(PMD, PTE) macro
|
/arch/sh/include/asm/ |
D | pgalloc.h | 10 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
|
/arch/m68k/include/asm/ |
D | motorola_pgalloc.h | 93 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function
|
D | sun3_pgalloc.h | 67 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function
|
/arch/arm/include/asm/ |
D | pgalloc.h | 115 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) in pmd_populate_kernel() function
|
/arch/parisc/include/asm/ |
D | pgalloc.h | 100 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function
|
/arch/mips/include/asm/ |
D | pgalloc.h | 16 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
|
/arch/ia64/include/asm/ |
D | pgalloc.h | 80 pmd_populate_kernel(struct mm_struct *mm, pmd_t * pmd_entry, pte_t * pte) in pmd_populate_kernel() function
|
/arch/x86/include/asm/ |
D | pgalloc.h | 51 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel() function
|
/arch/s390/include/asm/ |
D | pgalloc.h | 149 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel() function
|