Searched refs:__nextp (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/arch/riscv/mm/ |
| D | init.c | 404 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 405 create_pmd_mapping(__nextp, __va, __pa, __sz, __prot) 411 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 412 create_pte_mapping(__nextp, __va, __pa, __sz, __prot)
|