pud_set_huge
pud_set_huge(pudp, phys, prot);
if (p && pud_set_huge(pud, __pa(p), PAGE_KERNEL))
int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot);
WARN_ON(!pud_set_huge(args->pudp, __pfn_to_phys(args->fixed_pud_pfn), args->page_prot));
return pud_set_huge(pud, phys_addr, prot);