Searched refs:__nextp (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/riscv/mm/ |
D | init.c | 642 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 644 create_p4d_mapping(__nextp, __va, __pa, __sz, __prot) : \ 646 create_pud_mapping((pud_t *)__nextp, __va, __pa, __sz, __prot) : \ 647 create_pmd_mapping((pmd_t *)__nextp, __va, __pa, __sz, __prot))) 658 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument 659 create_pte_mapping(__nextp, __va, __pa, __sz, __prot)
|