/linux-4.1.27/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 99 #define pgd_populate(mm, pmd, pte) BUG() macro
|
/linux-4.1.27/include/asm-generic/ |
D | pgtable-nopud.h | 31 #define pgd_populate(mm, pgd, pud) do { } while (0) macro
|
D | 4level-fixup.h | 26 #define pud_populate(mm, pud, pmd) pgd_populate(mm, pud, pmd)
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | pgalloc.h | 27 pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() function
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | pgalloc.h | 77 #define pgd_populate(mm, pmd, pte) BUG() macro
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 99 #define pgd_populate(mm, pmd, pte) BUG() macro
|
D | mcf_pgalloc.h | 104 #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
|
/linux-4.1.27/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
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | pgalloc.h | 64 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
|
/linux-4.1.27/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
|
/linux-4.1.27/arch/s390/mm/ |
D | vmem.c | 94 pgd_populate(&init_mm, pg_dir, pu_dir); in vmem_add_mem() 208 pgd_populate(&init_mm, pg_dir, pu_dir); in vmemmap_populate()
|
D | pgtable.c | 88 pgd_populate(mm, (pgd_t *) table, (pud_t *) pgd); in crst_table_upgrade()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | pgalloc.h | 91 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | pgalloc.h | 187 #define pgd_populate(mm, pmd, pte) BUG() macro
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgalloc.h | 120 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() function
|
/linux-4.1.27/arch/x86/kernel/ |
D | espfix_64.c | 128 pgd_populate(&init_mm, pgd_p, (pud_t *)espfix_pud_page); in init_espfix_bsp()
|
/linux-4.1.27/mm/ |
D | sparse-vmemmap.c | 146 pgd_populate(&init_mm, pgd, p); in vmemmap_pgd_populate()
|
D | memory.c | 3451 pgd_populate(mm, pgd, new); in __pud_alloc() 3480 pgd_populate(mm, pud, new); in __pmd_alloc()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgalloc-64.h | 56 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, PUD) macro
|
/linux-4.1.27/arch/arm64/mm/ |
D | mmu.c | 199 pgd_populate(mm, pgd, pud); in alloc_init_pud() 603 pgd_populate(&init_mm, pgd, bm_pud); in early_fixmap_init()
|
/linux-4.1.27/arch/frv/include/asm/ |
D | pgtable.h | 201 #define pgd_populate(mm, pgd, pud) do { } while (0) macro
|
/linux-4.1.27/arch/arm/kvm/ |
D | mmu.c | 558 pgd_populate(NULL, pgd, pud); in __create_hyp_mappings() 709 pgd_populate(NULL, pgd + i, in kvm_alloc_stage2_pgd() 844 pgd_populate(NULL, pgd, pud); in stage2_get_pud()
|
/linux-4.1.27/arch/x86/mm/ |
D | init_64.c | 237 pgd_populate(&init_mm, pgd, pud); in fill_pud() 629 pgd_populate(&init_mm, pgd, pud); in kernel_physical_mapping_init()
|
/linux-4.1.27/arch/ia64/mm/ |
D | init.c | 457 pgd_populate(&init_mm, pgd, alloc_bootmem_pages_node(NODE_DATA(node), PAGE_SIZE)); in create_mem_map_page_table()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | pgtable_64.c | 118 pgd_populate(&init_mm, pgdp, pudp); in map_kernel_page()
|
/linux-4.1.27/arch/parisc/mm/ |
D | init.c | 448 pgd_populate(NULL, pg_dir, __va(pmd)); in map_pages()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | smp_64.c | 1512 pgd_populate(&init_mm, pgd, new); in pcpu_populate_pte()
|
/linux-4.1.27/arch/sparc/mm/ |
D | init_64.c | 1530 pgd_populate(&init_mm, pgd, new); in kernel_map_range() 2365 pgd_populate(&init_mm, pgd, new); in vmemmap_populate()
|