Searched refs:SUN4C_PGDIR_MASK (Results 1 – 3 of 3) sorted by relevance
21 #define SUN4C_PGDIR_MASK (~(SUN4C_PGDIR_SIZE-1)) macro22 #define SUN4C_PGDIR_ALIGN(addr) (((addr)+SUN4C_PGDIR_SIZE-1)&SUN4C_PGDIR_MASK)
20 #define SUN4C_PGDIR_MASK (~(SUN4C_PGDIR_SIZE-1)) macro21 #define SUN4C_PGDIR_ALIGN(addr) (((addr)+SUN4C_PGDIR_SIZE-1)&SUN4C_PGDIR_MASK)
2077 BTFIXUPSET_SETHI(pgdir_mask, SUN4C_PGDIR_MASK); in ld_mmu_sun4c()