Searched defs:PMD (Results 1 – 3 of 3) sorted by relevance
/arch/sparc/include/asm/ |
D | pgalloc_64.h | 28 #define pud_populate(MM, PUD, PMD) pud_set(PUD, PMD) argument 48 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(MM, PMD, PTE) argument 49 #define pmd_populate(MM, PMD, PTE) pmd_set(MM, PMD, PTE) argument 50 #define pmd_pgtable(PMD) ((pte_t *)__pmd_page(PMD)) argument
|
D | pgalloc_32.h | 35 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) argument 56 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(PMD, PTE) argument
|
/arch/frv/include/asm/ |
D | pgalloc.h | 24 #define pmd_populate(MM, PMD, PAGE) \ argument
|