/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
|
/arch/alpha/include/asm/ |
D | pgalloc.h | 30 pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
|
/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 61 #define pgd_populate(mm, pmd, pte) BUG() macro
|
D | mcf_pgalloc.h | 103 #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
|
/arch/nds32/include/asm/ |
D | pgalloc.h | 20 #define pgd_populate(mm, pmd, pte) BUG() macro
|
/arch/microblaze/include/asm/ |
D | pgalloc.h | 68 #define pgd_populate(mm, pmd, pte) BUG() macro
|
/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 18 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, (unsigned long)PUD) macro
|
/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
|
/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
|
/arch/powerpc/mm/nohash/ |
D | book3e_pgtable.c | 97 pgd_populate(&init_mm, pgdp, pudp); in map_kernel_page()
|
/arch/arm/include/asm/ |
D | stage2_pgtable.h | 22 #define stage2_pgd_populate(kvm, pgd, pud) pgd_populate(NULL, pgd, pud)
|
/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
|
/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
|
D | stage2_pgtable.h | 96 pgd_populate(NULL, pgd, pud); in stage2_pgd_populate()
|
/arch/s390/mm/ |
D | kasan_init.c | 113 pgd_populate(&init_mm, pg_dir, in kasan_early_vmemmap_populate() 119 pgd_populate(&init_mm, pg_dir, p4_dir); in kasan_early_vmemmap_populate()
|
D | vmem.c | 97 pgd_populate(&init_mm, pg_dir, p4_dir); in vmem_add_mem() 237 pgd_populate(&init_mm, pg_dir, p4_dir); in vmemmap_populate()
|
D | pgalloc.c | 117 pgd_populate(mm, (pgd_t *) table, (p4d_t *) pgd); in crst_table_upgrade()
|
/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 88 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
|
/arch/arm64/kernel/ |
D | hibernate.c | 232 pgd_populate(&init_mm, pgdp, pudp); in create_safe_exec_page() 437 pgd_populate(&init_mm, dst_pgdp, dst_pudp); in copy_pud()
|
/arch/s390/include/asm/ |
D | pgalloc.h | 102 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() function
|
/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
|
/arch/x86/mm/ |
D | kasan_init_64.c | 135 pgd_populate(&init_mm, pgd, p); in kasan_populate_pgd()
|
/arch/ia64/mm/ |
D | init.c | 450 pgd_populate(&init_mm, pgd, pud); in create_mem_map_page_table()
|