Searched refs:SUN4C_PGDIR_MASK (Results 1 – 2 of 2) sorted by relevance
17 #define SUN4C_PGDIR_MASK (~(SUN4C_PGDIR_SIZE-1)) macro18 #define SUN4C_PGDIR_ALIGN(addr) (((addr)+SUN4C_PGDIR_SIZE-1)&SUN4C_PGDIR_MASK)
2043 BTFIXUPSET_SETHI(pgdir_mask, SUN4C_PGDIR_MASK); in ld_mmu_sun4c()