/arch/ia64/include/asm/ |
D | pgalloc.h | 34 p4d_populate(struct mm_struct *mm, p4d_t * p4d_entry, pud_t * pud) in p4d_populate() function
|
/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 18 #define p4d_populate(MM, P4D, PUD) p4d_set(P4D, (unsigned long)PUD) macro
|
/arch/arc/include/asm/ |
D | pgalloc.h | 75 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4dp, pud_t *pudp) in p4d_populate() function
|
/arch/mips/include/asm/ |
D | pgalloc.h | 100 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() function
|
/arch/arm64/include/asm/ |
D | pgalloc.h | 49 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4dp, pud_t *pudp) in p4d_populate() function
|
/arch/powerpc/mm/nohash/ |
D | book3e_pgtable.c | 99 p4d_populate(&init_mm, p4dp, pudp); in map_kernel_page()
|
/arch/sparc/include/asm/ |
D | pgalloc_64.h | 24 #define p4d_populate(MM, P4D, PUD) __p4d_populate(P4D, PUD) macro
|
/arch/arm64/mm/ |
D | trans_pgd.c | 129 p4d_populate(NULL, dst_p4dp, dst_pudp); in copy_pud() 252 p4d_populate(NULL, p4dp, pudp); in trans_pgd_map_page()
|
/arch/s390/mm/ |
D | kasan_init.c | 138 p4d_populate(&init_mm, p4_dir, in kasan_early_pgtable_populate() 144 p4d_populate(&init_mm, p4_dir, pu_dir); in kasan_early_pgtable_populate()
|
D | vmem.c | 406 p4d_populate(&init_mm, p4d, pud); in modify_p4d_table()
|
D | pgalloc.c | 116 p4d_populate(mm, (p4d_t *) p4d, (pud_t *) __pgd); in crst_table_upgrade()
|
/arch/s390/include/asm/ |
D | pgalloc.h | 109 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() function
|
/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 88 static inline void p4d_populate(struct mm_struct *mm, p4d_t *pgd, pud_t *pud) in p4d_populate() function
|
/arch/x86/kernel/ |
D | espfix_64.c | 122 p4d_populate(&init_mm, p4d, espfix_pud_page); in init_espfix_bsp()
|
/arch/x86/mm/ |
D | kasan_init_64.c | 112 p4d_populate(&init_mm, p4d, p); in kasan_populate_p4d() 259 p4d_populate(&init_mm, p4d, p); in kasan_shallow_populate_p4ds()
|
D | init_64.c | 73 DEFINE_POPULATE(p4d_populate, p4d, pud, init) 260 p4d_populate(&init_mm, p4d, pud); in fill_pud()
|
/arch/x86/include/asm/ |
D | pgalloc.h | 113 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() function
|
/arch/powerpc/kernel/ |
D | setup_64.c | 843 p4d_populate(&init_mm, p4d, new); in pcpu_populate_pte()
|
/arch/powerpc/mm/book3s64/ |
D | radix_pgtable.c | 86 p4d_populate(&init_mm, p4dp, pudp); in early_map_kernel_page()
|
/arch/sparc/kernel/ |
D | smp_64.c | 1604 p4d_populate(&init_mm, p4d, new); in pcpu_populate_pte()
|
/arch/powerpc/kvm/ |
D | book3s_64_mmu_radix.c | 645 p4d_populate(kvm->mm, p4d, new_pud); in kvmppc_create_pte()
|
/arch/sparc/mm/ |
D | init_64.c | 1800 p4d_populate(&init_mm, p4d, new); in kernel_map_range()
|