Searched refs:pgd_populate (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | pgalloc.h | 17 pgd_populate(&init_mm, pgd, p4d); \
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgalloc.h | 62 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() function
|
| /linux/arch/x86/mm/ |
| H A D | kasan_init_64.c | 131 pgd_populate(&init_mm, pgd, p); in kasan_populate_pgd() 276 pgd_populate(&init_mm, pgd, p); in kasan_shallow_populate_pgds()
|
| /linux/arch/x86/include/asm/ |
| H A D | pgalloc.h | 132 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() function
|
| /linux/arch/riscv/kernel/ |
| H A D | hibernate.c | 286 pgd_populate(NULL, dst_pgdp, dst_p4dp); in temp_pgtable_map_p4d()
|