Searched defs:MM (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/include/asm-ppc64/ |
D | pgalloc.h | 58 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) argument 91 #define pmd_populate(MM, PMD, PTE) pmd_set(PMD, PTE) argument
|
/linux-2.4.37.9/include/asm-m68k/ |
D | motorola_pgalloc.h | 177 #define pmd_populate(MM, PMD, PTE) pmd_set(PMD, PTE) argument 178 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) argument
|
/linux-2.4.37.9/include/asm-sparc/ |
D | pgalloc.h | 116 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) in BTFIXUPDEF_CALL() argument 131 #define pmd_populate(MM, PMD, PTE) pmd_set(PMD, PTE) argument
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | pgalloc.h | 232 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) argument 270 #define pmd_populate(MM, PMD, PTE) pmd_set(PMD, PTE) argument
|
/linux-2.4.37.9/drivers/mtd/devices/ |
D | docecc.c | 46 #define MM 10 /* Symbol size in bits */ macro
|