tag | line | file | source code |
---|---|---|---|
SRMMU_PMD_SIZE | 676 | arch/sparc/mm/srmmu.c | vaddr += SRMMU_PMD_SIZE) { |
SRMMU_PMD_SIZE | 831 | arch/sparc/mm/srmmu.c | pmd_size = SRMMU_PMD_SIZE; |
SRMMU_PMD_SIZE | 18 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PMD_MASK (~(SRMMU_PMD_SIZE-1)) |
SRMMU_PMD_SIZE | 19 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PMD_ALIGN(addr) (((addr)+SRMMU_PMD_SIZE-1)&SRMMU_PMD_MASK) |