Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/arch/sparc/mm/
Dsrmmu.c770 if (srmmu_probe(addr + SRMMU_REAL_PMD_SIZE) == probed) in srmmu_inherit_prom_mappings()
811 start += SRMMU_REAL_PMD_SIZE; in srmmu_inherit_prom_mappings()