tag | line | file | source code |
---|---|---|---|
SUN4C_PGDIR_SIZE | 1363 | arch/sparc/mm/sun4c.c | pgdir_size = SUN4C_PGDIR_SIZE; |
SUN4C_PGDIR_SIZE | 18 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PGDIR_MASK (~(SUN4C_PGDIR_SIZE-1)) |
SUN4C_PGDIR_SIZE | 19 | include/asm-sparc/pgtsun4c.h | #define SUN4C_PGDIR_ALIGN(addr) (((addr)+SUN4C_PGDIR_SIZE-1)&SUN4C_PGDIR_MASK) |