Home
last modified time | relevance | path

Searched defs:PMD (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/sparc/include/asm/
Dpgalloc_64.h27 #define pud_populate(MM, PUD, PMD) pud_set(PUD, PMD) argument
71 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(PMD, PTE) argument
72 #define pmd_populate(MM,PMD,PTE_PAGE) \ argument
Dpgalloc_32.h39 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) argument
51 #define pmd_populate(MM, PMD, PTE) BTFIXUP_CALL(pmd_populate)(PMD, PTE) argument
54 #define pmd_populate_kernel(MM, PMD, PTE) BTFIXUP_CALL(pmd_set)(PMD, PTE) argument
/linux-2.6.39/arch/frv/include/asm/
Dpgalloc.h24 #define pmd_populate(MM, PMD, PAGE) \ argument