taglinefilesource code
SUN4C_REAL_PGDIR_MASK503arch/sparc/mm/sun4c.cif(kern_begin & (~SUN4C_REAL_PGDIR_MASK)) {
SUN4C_REAL_PGDIR_MASK534arch/sparc/mm/sun4c.cif(prom_begin & (~SUN4C_REAL_PGDIR_MASK)) {
SUN4C_REAL_PGDIR_MASK565arch/sparc/mm/sun4c.cif(addr & (~SUN4C_REAL_PGDIR_MASK)) {
SUN4C_REAL_PGDIR_MASK333include/asm-sparc/pgtable.hsegmap = (int) get_segmap(address & SUN4C_REAL_PGDIR_MASK);
SUN4C_REAL_PGDIR_MASK336include/asm-sparc/pgtable.hput_segmap((address & SUN4C_REAL_PGDIR_MASK), segmap);
SUN4C_REAL_PGDIR_MASK340include/asm-sparc/pgtable.hfor(clr_addr=(address&SUN4C_REAL_PGDIR_MASK); clr_addr<((address&SUN4C_REAL_PGDIR_MASK) + SUN4C_REAL_PGDIR_SIZE); 
SUN4C_REAL_PGDIR_MASK32include/asm-sparc/pgtsun4c.h#define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK)