/linux-3.3/arch/powerpc/include/asm/ |
D | pgalloc-32.h | 24 #define pmd_populate_kernel(mm, pmd, pte) \ macro 30 #define pmd_populate_kernel(mm, pmd, pte) \ macro
|
D | pgalloc-64.h | 72 #define pmd_populate_kernel(mm, pmd, pte) pmd_set(pmd, (unsigned long)(pte)) macro 80 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
|
/linux-3.3/arch/mn10300/include/asm/ |
D | pgalloc.h | 22 #define pmd_populate_kernel(mm, pmd, pte) \ macro
|
/linux-3.3/arch/um/include/asm/ |
D | pgalloc.h | 14 #define pmd_populate_kernel(mm, pmd, pte) \ macro
|
/linux-3.3/arch/xtensa/include/asm/ |
D | pgalloc.h | 24 #define pmd_populate_kernel(mm, pmdp, ptep) \ macro
|
/linux-3.3/arch/frv/include/asm/ |
D | pgalloc.h | 23 #define pmd_populate_kernel(mm, pmd, pte) __set_pmd(pmd, __pa(pte) | _PAGE_TABLE) macro
|
/linux-3.3/arch/openrisc/include/asm/ |
D | pgalloc.h | 30 #define pmd_populate_kernel(mm, pmd, pte) \ macro
|
/linux-3.3/arch/sh/include/asm/ |
D | pgalloc.h | 18 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
|
/linux-3.3/arch/cris/include/asm/ |
D | pgalloc.h | 7 #define pmd_populate_kernel(mm, pmd, pte) pmd_set(pmd, pte) macro
|
/linux-3.3/arch/hexagon/include/asm/ |
D | pgalloc.h | 114 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
|
/linux-3.3/arch/score/include/asm/ |
D | pgalloc.h | 6 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
|
/linux-3.3/arch/unicore32/include/asm/ |
D | pgalloc.h | 91 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) in pmd_populate_kernel() function
|
/linux-3.3/arch/avr32/include/asm/ |
D | pgalloc.h | 19 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel() function
|
/linux-3.3/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
|
/linux-3.3/arch/tile/include/asm/ |
D | pgalloc.h | 50 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel() function
|
/linux-3.3/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
|
D | mcf_pgalloc.h | 39 #define pmd_populate_kernel(mm, pmd, pte) (pmd_val(*pmd) = (unsigned long)(pte)) macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | pgalloc.h | 8 #define pmd_populate_kernel(mm, pmd, pte) \ macro
|
/linux-3.3/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
|
/linux-3.3/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
|
/linux-3.3/arch/arm/include/asm/ |
D | pgalloc.h | 147 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) in pmd_populate_kernel() function
|
/linux-3.3/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
|
/linux-3.3/arch/sparc/include/asm/ |
D | pgalloc_64.h | 72 #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
|