pgd_populate       30 arch/alpha/include/asm/pgalloc.h pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd)
pgd_populate       81 arch/arm64/include/asm/pgalloc.h static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgdp, pud_t *pudp)
pgd_populate       39 arch/ia64/include/asm/pgalloc.h pgd_populate(struct mm_struct *mm, pgd_t * pgd_entry, pud_t * pud)
pgd_populate      103 arch/m68k/include/asm/mcf_pgalloc.h #define pgd_populate(mm, pmd, pte) BUG()
pgd_populate      109 arch/m68k/include/asm/motorola_pgalloc.h static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd)
pgd_populate       61 arch/m68k/include/asm/sun3_pgalloc.h #define pgd_populate(mm, pmd, pte) BUG()
pgd_populate       68 arch/microblaze/include/asm/pgalloc.h #define pgd_populate(mm, pmd, pte)	BUG()
pgd_populate       99 arch/mips/include/asm/pgalloc.h static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud)
pgd_populate       20 arch/nds32/include/asm/pgalloc.h #define pgd_populate(mm, pmd, pte)	BUG()
pgd_populate       62 arch/parisc/include/asm/pgalloc.h static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd)
pgd_populate      102 arch/parisc/include/asm/pgalloc.h #define pgd_populate(mm, pmd, pte)	BUG()
pgd_populate       88 arch/powerpc/include/asm/book3s/64/pgalloc.h static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud)
pgd_populate       18 arch/powerpc/include/asm/nohash/64/pgalloc.h #define pgd_populate(MM, PGD, PUD)	pgd_set(PGD, (unsigned long)PUD)
pgd_populate      102 arch/s390/include/asm/pgalloc.h static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d)
pgd_populate       36 arch/sparc/include/asm/pgalloc_32.h #define pgd_populate(MM, PGD, PMD)      pgd_set(PGD, PMD)
pgd_populate       24 arch/sparc/include/asm/pgalloc_64.h #define pgd_populate(MM, PGD, PUD)	__pgd_populate(PGD, PUD)
pgd_populate      174 arch/x86/include/asm/pgalloc.h static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d)
pgd_populate       33 include/asm-generic/pgtable-nop4d-hack.h #define pgd_populate(mm, pgd, pud)		do { } while (0)
pgd_populate       28 include/asm-generic/pgtable-nop4d.h #define pgd_populate(mm, pgd, p4d)		do { } while (0)