Searched refs:create_pgd_next_mapping (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/riscv/mm/ |
D | init.c | 617 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ macro 636 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ macro 669 create_pgd_next_mapping(nextp, va, pa, sz, prot); in create_pgd_mapping()
|