taglinefilesource code
SUN4C_REAL_PGDIR_SIZE447arch/sparc/mm/sun4c.cfor(vaddr=0; vaddr<(4*1024*1024); vaddr+=SUN4C_REAL_PGDIR_SIZE) 
SUN4C_REAL_PGDIR_SIZE503arch/sparc/mm/sun4c.cfor(addr=kern_begin; addr < kern_end; addr += SUN4C_REAL_PGDIR_SIZE) {
SUN4C_REAL_PGDIR_SIZE533arch/sparc/mm/sun4c.cfor(addr=KADB_DEBUGGER_BEGVM; addr < prom_end; addr += SUN4C_REAL_PGDIR_SIZE) {
SUN4C_REAL_PGDIR_SIZE543arch/sparc/mm/sun4c.cfor(vaddr=addr; vaddr < (addr+SUN4C_REAL_PGDIR_SIZE); vaddr+=PAGE_SIZE)
SUN4C_REAL_PGDIR_SIZE556arch/sparc/mm/sun4c.cfor(addr = (IOBASE_VADDR + SUN4C_REAL_PGDIR_SIZE); addr < (IOBASE_VADDR + IOBASE_LEN);
SUN4C_REAL_PGDIR_SIZE557arch/sparc/mm/sun4c.caddr += SUN4C_REAL_PGDIR_SIZE) {
SUN4C_REAL_PGDIR_SIZE594arch/sparc/mm/sun4c.cfor(addr=PAGE_OFFSET; addr<start_mem; addr+=SUN4C_REAL_PGDIR_SIZE)
SUN4C_REAL_PGDIR_SIZE340include/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_SIZE31include/asm-sparc/pgtsun4c.h#define SUN4C_REAL_PGDIR_MASK        (~(SUN4C_REAL_PGDIR_SIZE-1))
SUN4C_REAL_PGDIR_SIZE32include/asm-sparc/pgtsun4c.h#define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK)