Home
last modified time | relevance | path

Searched defs:PUD (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/sparc/include/asm/
Dpgalloc_64.h24 #define pgd_populate(MM, PGD, PUD) __pgd_populate(PGD, PUD) argument
41 #define pud_populate(MM, PUD, PMD) __pud_populate(PUD, PMD) argument
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h18 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, (unsigned long)PUD) argument