tag | line | file | source code |
SRMMU_PGDIR_SIZE | 445 | arch/sparc/mm/srmmu.c | addr += SRMMU_PGDIR_SIZE; |
SRMMU_PGDIR_SIZE | 533 | arch/sparc/mm/srmmu.c | addr += SRMMU_PGDIR_SIZE; |
SRMMU_PGDIR_SIZE | 605 | arch/sparc/mm/srmmu.c | addr += SRMMU_PGDIR_SIZE; |
SRMMU_PGDIR_SIZE | 1471 | arch/sparc/mm/srmmu.c | pgdir_size = SRMMU_PGDIR_SIZE; |
SRMMU_PGDIR_SIZE | 21 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PGDIR_MASK (~(SRMMU_PGDIR_SIZE-1)) |
SRMMU_PGDIR_SIZE | 22 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PGDIR_ALIGN(addr) (((addr)+SRMMU_PGDIR_SIZE-1)&SRMMU_PGDIR_MASK) |