Searched refs:__nextp (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/riscv/mm/ |
H A D | init.c | 638 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 640 create_p4d_mapping(__nextp, __va, __pa, __sz, __prot) : \ 642 create_pud_mapping((pud_t *)__nextp, __va, __pa, __sz, __prot) : \ 643 create_pmd_mapping((pmd_t *)__nextp, __va, __pa, __sz, __prot))) 654 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 655 create_pte_mapping(__nextp, __va, __pa, __sz, __prot)
|