Searched refs:__nextp (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/arch/riscv/mm/ |
| D | init.c | 368 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 369 create_pmd_mapping(__nextp, __va, __pa, __sz, __prot) 375 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 376 create_pte_mapping(__nextp, __va, __pa, __sz, __prot)
|