Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/include/asm/
Dpgtsrmmu.h22 #define SRMMU_REAL_PMD_SIZE (1UL << SRMMU_REAL_PMD_SHIFT) macro
23 #define SRMMU_REAL_PMD_MASK (~(SRMMU_REAL_PMD_SIZE-1))
24 #define SRMMU_REAL_PMD_ALIGN(__addr) (((__addr)+SRMMU_REAL_PMD_SIZE-1)&SRMMU_REAL_PMD_MASK)
/Linux-v4.19/arch/sparc/mm/
Dsrmmu.c795 if (srmmu_probe(addr + SRMMU_REAL_PMD_SIZE) == probed) in srmmu_inherit_prom_mappings()
836 start += SRMMU_REAL_PMD_SIZE; in srmmu_inherit_prom_mappings()