Searched refs:__nextp (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/arch/riscv/mm/ |
D | init.c | 616 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 618 create_p4d_mapping(__nextp, __va, __pa, __sz, __prot) : \ 620 create_pud_mapping((pud_t *)__nextp, __va, __pa, __sz, __prot) : \ 621 create_pmd_mapping((pmd_t *)__nextp, __va, __pa, __sz, __prot))) 632 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 633 create_pte_mapping(__nextp, __va, __pa, __sz, __prot)
|