/Linux-v4.19/arch/parisc/include/asm/ |
D | pgalloc.h | 59 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function 99 #define pgd_populate(mm, pmd, pte) BUG() macro
|
/Linux-v4.19/include/asm-generic/ |
D | 4level-fixup.h | 26 #define pud_populate(mm, pud, pmd) pgd_populate(mm, pud, pmd)
|
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
|
D | 5level-fixup.h | 28 #define p4d_populate(mm, p4d, pud) pgd_populate(mm, p4d, pud)
|
/Linux-v4.19/arch/arm/include/asm/ |
D | stage2_pgtable.h | 25 #define stage2_pgd_populate(pgd, pud) pgd_populate(NULL, pgd, pud)
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | pgalloc.h | 17 #define pgd_populate(mm, pmd, pte) BUG() macro
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | pgalloc.h | 28 pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 100 #define pgd_populate(mm, pmd, pte) BUG() macro
|
D | mcf_pgalloc.h | 107 #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
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgalloc_32.h | 38 #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-v4.19/arch/powerpc/mm/ |
D | pgtable-book3e.c | 100 pgd_populate(&init_mm, pgdp, pudp); in map_kernel_page()
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | stage2_pgtable.h | 83 #define stage2_pgd_populate(pgd, pud) pgd_populate(NULL, pgd, pud)
|
D | pgalloc.h | 79 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgdp, pud_t *pudp) in pgd_populate() function
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgalloc.h | 38 pgd_populate(struct mm_struct *mm, pgd_t * pgd_entry, pud_t * pud) in pgd_populate() function
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgalloc.h | 130 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
|
/Linux-v4.19/arch/arm64/kernel/ |
D | hibernate.c | 226 pgd_populate(&init_mm, pgdp, pudp); in create_safe_exec_page() 429 pgd_populate(&init_mm, dst_pgdp, dst_pudp); in copy_pud()
|
/Linux-v4.19/arch/s390/mm/ |
D | vmem.c | 98 pgd_populate(&init_mm, pg_dir, p4_dir); in vmem_add_mem() 238 pgd_populate(&init_mm, pg_dir, p4_dir); in vmemmap_populate()
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgalloc.h | 187 #define pgd_populate(mm, pmd, pte) BUG() macro
|
/Linux-v4.19/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-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 55 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, (unsigned long)PUD) macro
|
/Linux-v4.19/mm/kasan/ |
D | kasan_init.c | 252 pgd_populate(&init_mm, pgd, lm_alias(kasan_zero_p4d)); in kasan_populate_zero_shadow() 271 pgd_populate(&init_mm, pgd, in kasan_populate_zero_shadow()
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 114 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
|