Searched defs:PUD (Results 1 – 3 of 3) sorted by relevance
/linux/arch/sparc/include/asm/ |
A D | pgalloc_64.h | 24 #define p4d_populate(MM, P4D, PUD) __p4d_populate(P4D, PUD) argument 41 #define pud_populate(MM, PUD, PMD) __pud_populate(PUD, PMD) argument
|
/linux/arch/powerpc/include/asm/nohash/64/ |
A D | pgalloc.h | 18 #define p4d_populate(MM, P4D, PUD) p4d_set(P4D, (unsigned long)PUD) argument
|
/linux/tools/testing/selftests/vm/ |
A D | mremap_test.c | 49 PUD = _1GB, enumerator
|
Completed in 10 milliseconds