/linux-3.3/arch/arm/include/asm/ |
D | pgalloc.h | 41 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function 53 #define pud_populate(mm,pmd,pte) BUG() macro
|
/linux-3.3/arch/powerpc/include/asm/ |
D | pgalloc-64.h | 65 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function 78 #define pud_populate(mm, pud, pmd) pud_set(pud, (unsigned long)pmd) macro
|
/linux-3.3/arch/sh/mm/ |
D | pgtable.c | 43 void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
|
/linux-3.3/arch/s390/include/asm/ |
D | pgalloc.h | 68 #define pud_populate(mm, pud, pmd) BUG() macro 107 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
|
/linux-3.3/arch/tile/include/asm/ |
D | pgalloc.h | 112 #define pud_populate(mm, pud, pmd) \ macro
|
/linux-3.3/include/asm-generic/ |
D | pgtable-nopmd.h | 35 #define pud_populate(mm, pmd, pte) do { } while (0) macro
|
D | 4level-fixup.h | 25 #define pud_populate(mm, pud, pmd) pgd_populate(mm, pud, pmd) macro
|
/linux-3.3/arch/mips/include/asm/ |
D | pgalloc.h | 36 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
|
/linux-3.3/arch/ia64/include/asm/ |
D | pgalloc.h | 55 pud_populate(struct mm_struct *mm, pud_t * pud_entry, pmd_t * pmd) in pud_populate() function
|
/linux-3.3/arch/sparc/include/asm/ |
D | pgalloc_64.h | 28 #define pud_populate(MM, PUD, PMD) pud_set(PUD, PMD) macro
|
/linux-3.3/arch/um/include/asm/ |
D | pgtable-3level.h | 59 #define pud_populate(mm, pud, pmd) \ macro
|
/linux-3.3/arch/x86/include/asm/ |
D | pgalloc.h | 103 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() function
|
/linux-3.3/arch/x86/mm/ |
D | pgtable.c | 157 void pud_populate(struct mm_struct *mm, pud_t *pudp, pmd_t *pmd) in pud_populate() function
|
/linux-3.3/arch/frv/include/asm/ |
D | pgtable.h | 240 #define pud_populate(mm, pmd, pte) do { } while (0) macro
|