tag | line | file | source code |
SUN4C_REAL_PGDIR_SIZE | 454 | arch/sparc/mm/sun4c.c | for(vaddr=0; vaddr<(4*1024*1024); vaddr+=SUN4C_REAL_PGDIR_SIZE) |
SUN4C_REAL_PGDIR_SIZE | 510 | arch/sparc/mm/sun4c.c | for(addr=kern_begin; addr < kern_end; addr += SUN4C_REAL_PGDIR_SIZE) { |
SUN4C_REAL_PGDIR_SIZE | 540 | arch/sparc/mm/sun4c.c | for(addr=KADB_DEBUGGER_BEGVM; addr < prom_end; addr += SUN4C_REAL_PGDIR_SIZE) { |
SUN4C_REAL_PGDIR_SIZE | 550 | arch/sparc/mm/sun4c.c | for(vaddr=addr; vaddr < (addr+SUN4C_REAL_PGDIR_SIZE); vaddr+=PAGE_SIZE) |
SUN4C_REAL_PGDIR_SIZE | 563 | arch/sparc/mm/sun4c.c | for(addr = (IOBASE_VADDR + SUN4C_REAL_PGDIR_SIZE); addr < (IOBASE_VADDR + IOBASE_LEN); |
SUN4C_REAL_PGDIR_SIZE | 564 | arch/sparc/mm/sun4c.c | addr += SUN4C_REAL_PGDIR_SIZE) { |
SUN4C_REAL_PGDIR_SIZE | 601 | arch/sparc/mm/sun4c.c | for(addr=PAGE_OFFSET; addr<start_mem; addr+=SUN4C_REAL_PGDIR_SIZE) |
SUN4C_REAL_PGDIR_SIZE | 340 | include/asm-sparc/pgtable.h | for(clr_addr=(address&SUN4C_REAL_PGDIR_MASK); clr_addr<((address&SUN4C_REAL_PGDIR_MASK) + SUN4C_REAL_PGDIR_SIZE); |
SUN4C_REAL_PGDIR_SIZE | 31 | include/asm-sparc/pgtsun4c.h | #define SUN4C_REAL_PGDIR_MASK (~(SUN4C_REAL_PGDIR_SIZE-1)) |
SUN4C_REAL_PGDIR_SIZE | 32 | include/asm-sparc/pgtsun4c.h | #define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK) |