tag | line | file | source code |
---|---|---|---|
SRMMU_PMD_SIZE | 960 | arch/sparc/mm/srmmu.c | start = (start + SRMMU_PMD_SIZE) & SRMMU_PMD_MASK; |
SRMMU_PMD_SIZE | 1468 | arch/sparc/mm/srmmu.c | pmd_size = SRMMU_PMD_SIZE; |
SRMMU_PMD_SIZE | 15 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PMD_MASK (~(SRMMU_PMD_SIZE-1)) |
SRMMU_PMD_SIZE | 16 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PMD_ALIGN(addr) (((addr)+SRMMU_PMD_SIZE-1)&SRMMU_PMD_MASK) |