Searched refs:__nextp (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) \ argument 628 create_p4d_mapping(__nextp, __va, __pa, __sz, __prot) : \ 630 create_pud_mapping((pud_t *)__nextp, __va, __pa, __sz, __prot) : \ 631 create_pmd_mapping((pmd_t *)__nextp, __va, __pa, __sz, __prot))) 642 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 643 create_pte_mapping(__nextp, __va, __pa, __sz, __prot)
|