Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/mm/
H A Dinit.c620 #define alloc_pgd_next(__va) (pgtable_l5_enabled ? \ macro
640 #define alloc_pgd_next(__va) pt_ops.alloc_pte(__va) macro
665 next_phys = alloc_pgd_next(va); in create_pgd_mapping()