taglinefilesource code
SUN4C_REAL_PGDIR_MASK264arch/sparc/mm/sun4c.caddress &= SUN4C_REAL_PGDIR_MASK;
SUN4C_REAL_PGDIR_MASK285arch/sparc/mm/sun4c.caddress &= SUN4C_REAL_PGDIR_MASK;
SUN4C_REAL_PGDIR_MASK545arch/sparc/mm/sun4c.cunsigned long first_seg = (orig_addr & SUN4C_REAL_PGDIR_MASK);
SUN4C_REAL_PGDIR_MASK546arch/sparc/mm/sun4c.cunsigned long last_seg = ((orig_addr + size) & SUN4C_REAL_PGDIR_MASK);
SUN4C_REAL_PGDIR_MASK563arch/sparc/mm/sun4c.cunsigned long first_seg = (orig_addr & SUN4C_REAL_PGDIR_MASK);
SUN4C_REAL_PGDIR_MASK564arch/sparc/mm/sun4c.cunsigned long last_seg = ((orig_addr + size) & SUN4C_REAL_PGDIR_MASK);
SUN4C_REAL_PGDIR_MASK688arch/sparc/mm/sun4c.csegaddr = address & SUN4C_REAL_PGDIR_MASK;
SUN4C_REAL_PGDIR_MASK968arch/sparc/mm/sun4c.caddr = (addr & SUN4C_REAL_PGDIR_MASK);
SUN4C_REAL_PGDIR_MASK25include/asm-sparc/pgtsun4c.h#define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK)