Home
last modified time | relevance | path

Searched refs:pgd_populate (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dpgalloc.h17 pgd_populate(&init_mm, pgd, p4d); \
/linux/arch/riscv/include/asm/
H A Dpgalloc.h62 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 Dkasan_init_64.c131 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 Dpgalloc.h132 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 Dhibernate.c286 pgd_populate(NULL, dst_pgdp, dst_p4dp); in temp_pgtable_map_p4d()