Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/include/asm/
Dpgtsun4c.h17 #define SUN4C_PGDIR_MASK (~(SUN4C_PGDIR_SIZE-1)) macro
18 #define SUN4C_PGDIR_ALIGN(addr) (((addr)+SUN4C_PGDIR_SIZE-1)&SUN4C_PGDIR_MASK)
/linux-3.4.99/arch/sparc/mm/
Dsun4c.c2043 BTFIXUPSET_SETHI(pgdir_mask, SUN4C_PGDIR_MASK); in ld_mmu_sun4c()