taglinefilesource code
SRMMU_PMD_SIZE631arch/sparc/mm/srmmu.cvaddr += SRMMU_PMD_SIZE) {
SRMMU_PMD_SIZE850arch/sparc/mm/srmmu.cpmd_size = SRMMU_PMD_SIZE;
SRMMU_PMD_SIZE19include/asm-sparc/pgtsrmmu.h#define SRMMU_PMD_MASK        (~(SRMMU_PMD_SIZE-1))
SRMMU_PMD_SIZE20include/asm-sparc/pgtsrmmu.h#define SRMMU_PMD_ALIGN(addr) (((addr)+SRMMU_PMD_SIZE-1)&SRMMU_PMD_MASK)