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