tag | line | file | source code |
SRMMU_PMD_SIZE | 976 | arch/sparc/mm/srmmu.c | start += SRMMU_PMD_SIZE; |
SRMMU_PMD_SIZE | 1045 | arch/sparc/mm/srmmu.c | start += SRMMU_PMD_SIZE; |
SRMMU_PMD_SIZE | 1200 | arch/sparc/mm/srmmu.c | start += SRMMU_PMD_SIZE; |
SRMMU_PMD_SIZE | 1552 | arch/sparc/mm/srmmu.c | start = (start + SRMMU_PMD_SIZE) & SRMMU_PMD_MASK; |
SRMMU_PMD_SIZE | 1582 | arch/sparc/mm/srmmu.c | if(srmmu_hwprobe((start-PAGE_SIZE) + SRMMU_PMD_SIZE) == prompte) |
SRMMU_PMD_SIZE | 1605 | arch/sparc/mm/srmmu.c | start += SRMMU_PMD_SIZE; |
SRMMU_PMD_SIZE | 2461 | arch/sparc/mm/srmmu.c | pmd_size = SRMMU_PMD_SIZE; |
SRMMU_PMD_SIZE | 16 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PMD_MASK (~(SRMMU_PMD_SIZE-1)) |
SRMMU_PMD_SIZE | 17 | include/asm-sparc/pgtsrmmu.h | #define SRMMU_PMD_ALIGN(addr) (((addr)+SRMMU_PMD_SIZE-1)&SRMMU_PMD_MASK) |