Searched defs:PMD (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/sparc/include/asm/ |
| H A D | pgalloc_64.h | 41 #define pud_populate(MM, PUD, PMD) __pud_populate(PUD, PMD) argument 72 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(MM, PMD, PTE) argument 73 #define pmd_populate(MM, PMD, PTE) pmd_set(MM, PMD, PTE) argument
|
| H A D | pgalloc_32.h | 36 #define pud_populate(MM, PGD, PMD) pud_set(PGD, PMD) argument
|
| /linux/tools/testing/selftests/mm/ |
| H A D | mremap_test.c | 60 PMD = _2MB, enumerator
|