Home
last modified time | relevance | path

Searched refs:SRMMU_REAL_PMD_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/sparc/include/asm/
Dpgtsrmmu.h21 #define SRMMU_REAL_PMD_SIZE (1UL << SRMMU_REAL_PMD_SHIFT) macro
22 #define SRMMU_REAL_PMD_MASK (~(SRMMU_REAL_PMD_SIZE-1))
23 #define SRMMU_REAL_PMD_ALIGN(__addr) (((__addr)+SRMMU_REAL_PMD_SIZE-1)&SRMMU_REAL_PMD_MASK)
/linux-2.6.39/arch/sparc/mm/
Dsrmmu.c860 start += SRMMU_REAL_PMD_SIZE; in cypress_flush_cache_range()
1149 if(srmmu_hwprobe((start-PAGE_SIZE) + SRMMU_REAL_PMD_SIZE) == prompte) in srmmu_inherit_prom_mappings()
1190 start += SRMMU_REAL_PMD_SIZE; in srmmu_inherit_prom_mappings()