Home
last modified time | relevance | path

Searched refs:SUN4C_PMD_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-sparc/
Dpgtsun4.h14 #define SUN4C_PMD_SIZE (1UL << SUN4C_PMD_SHIFT) macro
15 #define SUN4C_PMD_MASK (~(SUN4C_PMD_SIZE-1))
16 #define SUN4C_PMD_ALIGN(addr) (((addr)+SUN4C_PMD_SIZE-1)&SUN4C_PMD_MASK)
Dpgtsun4c.h13 #define SUN4C_PMD_SIZE (1UL << SUN4C_PMD_SHIFT) macro
14 #define SUN4C_PMD_MASK (~(SUN4C_PMD_SIZE-1))
15 #define SUN4C_PMD_ALIGN(addr) (((addr)+SUN4C_PMD_SIZE-1)&SUN4C_PMD_MASK)
/linux-2.4.37.9/arch/sparc/mm/
Dsun4c.c2073 BTFIXUPSET_SETHI(pmd_size, SUN4C_PMD_SIZE); in ld_mmu_sun4c()