taglinefilesource code
SRMMU_PMD_SIZE976arch/sparc/mm/srmmu.cstart += SRMMU_PMD_SIZE;
SRMMU_PMD_SIZE1045arch/sparc/mm/srmmu.cstart += SRMMU_PMD_SIZE;
SRMMU_PMD_SIZE1200arch/sparc/mm/srmmu.cstart += SRMMU_PMD_SIZE;
SRMMU_PMD_SIZE1552arch/sparc/mm/srmmu.cstart = (start + SRMMU_PMD_SIZE) & SRMMU_PMD_MASK;
SRMMU_PMD_SIZE1582arch/sparc/mm/srmmu.cif(srmmu_hwprobe((start-PAGE_SIZE) + SRMMU_PMD_SIZE) == prompte)
SRMMU_PMD_SIZE1605arch/sparc/mm/srmmu.cstart += SRMMU_PMD_SIZE;
SRMMU_PMD_SIZE2461arch/sparc/mm/srmmu.cpmd_size = SRMMU_PMD_SIZE;
SRMMU_PMD_SIZE16include/asm-sparc/pgtsrmmu.h#define SRMMU_PMD_MASK          (~(SRMMU_PMD_SIZE-1))
SRMMU_PMD_SIZE17include/asm-sparc/pgtsrmmu.h#define SRMMU_PMD_ALIGN(addr)   (((addr)+SRMMU_PMD_SIZE-1)&SRMMU_PMD_MASK)