Searched refs:create_pgd_next_mapping (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/riscv/mm/ |
H A D | init.c | 626 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ macro 642 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ macro 674 create_pgd_next_mapping(nextp, va, pa, sz, prot); in create_pgd_mapping()
|