Searched defs:MM (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/arch/sparc/include/asm/ |
D | pgalloc_64.h | 28 #define pud_populate(MM, PUD, PMD) pud_set(PUD, PMD) argument 72 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(PMD, PTE) argument 73 #define pmd_populate(MM,PMD,PTE_PAGE) \ argument
|
D | pgalloc_32.h | 39 #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-3.3/arch/frv/include/asm/ |
D | pgalloc.h | 24 #define pmd_populate(MM, PMD, PAGE) \ argument
|
/linux-3.3/drivers/mtd/devices/ |
D | docecc.c | 41 #define MM 10 /* Symbol size in bits */ macro
|
/linux-3.3/arch/powerpc/include/asm/ |
D | pgalloc-64.h | 52 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, PUD) argument
|