taglinefilesource code
SRMMU_PMD_SIZE960arch/sparc/mm/srmmu.cstart = (start + SRMMU_PMD_SIZE) & SRMMU_PMD_MASK;
SRMMU_PMD_SIZE1468arch/sparc/mm/srmmu.cpmd_size = SRMMU_PMD_SIZE;
SRMMU_PMD_SIZE15include/asm-sparc/pgtsrmmu.h#define SRMMU_PMD_MASK          (~(SRMMU_PMD_SIZE-1))
SRMMU_PMD_SIZE16include/asm-sparc/pgtsrmmu.h#define SRMMU_PMD_ALIGN(addr)   (((addr)+SRMMU_PMD_SIZE-1)&SRMMU_PMD_MASK)