tag | line | file | source code |
---|---|---|---|
SUN4C_PMD_SIZE | 621 | arch/sparc/mm/sun4c.c | pmd_size = SUN4C_PMD_SIZE; |
SUN4C_PMD_SIZE | 19 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PMD_MASK (~(SUN4C_PMD_SIZE-1)) |
SUN4C_PMD_SIZE | 20 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PMD_ALIGN(addr) (((addr)+SUN4C_PMD_SIZE-1)&SUN4C_PMD_MASK) |