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