| tag | line | file | source code |
|---|---|---|---|
| SRMMU_PGDIR_SIZE | 834 | arch/sparc/mm/srmmu.c | pgdir_size = SRMMU_PGDIR_SIZE; |
| SRMMU_PGDIR_SIZE | 24 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PGDIR_MASK (~(SRMMU_PGDIR_SIZE-1)) |
| SRMMU_PGDIR_SIZE | 25 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PGDIR_ALIGN(addr) (((addr)+SRMMU_PGDIR_SIZE-1)&SRMMU_PGDIR_MASK) |