/linux-3.4.99/arch/parisc/include/asm/ |
D | pgalloc.h | 58 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function 95 #define pgd_populate(mm, pmd, pte) BUG() macro
|
/linux-3.4.99/arch/s390/include/asm/ |
D | pgalloc.h | 64 #define pgd_populate(mm, pgd, pud) BUG() macro 99 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | pgalloc.h | 27 pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | motorola_pgalloc.h | 104 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
|
D | sun3_pgalloc.h | 100 #define pgd_populate(mm, pmd, pte) BUG() macro
|
D | mcf_pgalloc.h | 100 #define pgd_populate(mm, pmd, pte) BUG() macro
|
/linux-3.4.99/include/asm-generic/ |
D | pgtable-nopud.h | 31 #define pgd_populate(mm, pgd, pud) do { } while (0) macro
|
/linux-3.4.99/arch/m32r/include/asm/ |
D | pgalloc.h | 72 #define pgd_populate(mm, pmd, pte) BUG() macro
|
/linux-3.4.99/arch/ia64/include/asm/ |
D | pgalloc.h | 37 pgd_populate(struct mm_struct *mm, pgd_t * pgd_entry, pud_t * pud) in pgd_populate() function
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | pgalloc_32.h | 39 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) macro
|
/linux-3.4.99/arch/x86/include/asm/ |
D | pgalloc.h | 111 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | pgalloc-64.h | 52 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, PUD) macro
|
/linux-3.4.99/arch/microblaze/include/asm/ |
D | pgalloc.h | 181 #define pgd_populate(mm, pmd, pte) BUG() macro
|
/linux-3.4.99/arch/frv/include/asm/ |
D | pgtable.h | 203 #define pgd_populate(mm, pgd, pud) do { } while (0) macro
|