/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 98 #define pgd_populate(mm, pmd, pte) BUG() macro
|
/arch/alpha/include/asm/ |
D | pgalloc.h | 27 pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
|
/arch/sparc/include/asm/ |
D | pgalloc_32.h | 37 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) macro
|
D | pgalloc_64.h | 23 #define pgd_populate(MM, PGD, PUD) __pgd_populate(PGD, PUD) macro
|
/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 99 #define pgd_populate(mm, pmd, pte) BUG() macro
|
D | motorola_pgalloc.h | 108 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
|
D | mcf_pgalloc.h | 104 #define pgd_populate(mm, pmd, pte) BUG() macro
|
/arch/m32r/include/asm/ |
D | pgalloc.h | 77 #define pgd_populate(mm, pmd, pte) BUG() macro
|
/arch/arm64/include/asm/ |
D | pgalloc.h | 79 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
|
/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
|
/arch/s390/include/asm/ |
D | pgalloc.h | 89 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
|
/arch/x86/include/asm/ |
D | pgalloc.h | 124 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
|
/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 89 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
|
/arch/microblaze/include/asm/ |
D | pgalloc.h | 187 #define pgd_populate(mm, pmd, pte) BUG() macro
|
/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 56 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, (unsigned long)PUD) macro
|
/arch/frv/include/asm/ |
D | pgtable.h | 201 #define pgd_populate(mm, pgd, pud) do { } while (0) macro
|