tag | line | file | source code |
SUN4C_REAL_PGDIR_SIZE | 123 | arch/sparc/mm/sun4c.c | for(vaddr = 0; vaddr < SUN4C_REAL_PGDIR_SIZE; vaddr+=PAGE_SIZE) |
SUN4C_REAL_PGDIR_SIZE | 137 | arch/sparc/mm/sun4c.c | for(vaddr = 0; vaddr < 0x20000000; vaddr += SUN4C_REAL_PGDIR_SIZE) |
SUN4C_REAL_PGDIR_SIZE | 139 | arch/sparc/mm/sun4c.c | for(vaddr = 0xe0000000; vaddr < KERNBASE; vaddr += SUN4C_REAL_PGDIR_SIZE) |
SUN4C_REAL_PGDIR_SIZE | 141 | arch/sparc/mm/sun4c.c | for(vaddr = kernel_end; vaddr < KADB_DEBUGGER_BEGVM; vaddr += SUN4C_REAL_PGDIR_SIZE) |
SUN4C_REAL_PGDIR_SIZE | 143 | arch/sparc/mm/sun4c.c | for(vaddr = LINUX_OPPROM_ENDVM; vaddr; vaddr += SUN4C_REAL_PGDIR_SIZE) |
SUN4C_REAL_PGDIR_SIZE | 249 | arch/sparc/mm/sun4c.c | end = vaddr + SUN4C_REAL_PGDIR_SIZE; |
SUN4C_REAL_PGDIR_SIZE | 263 | arch/sparc/mm/sun4c.c | vaddr += SUN4C_REAL_PGDIR_SIZE) { |
SUN4C_REAL_PGDIR_SIZE | 272 | arch/sparc/mm/sun4c.c | for(vaddr = KERNBASE; vaddr < kernel_end; vaddr += SUN4C_REAL_PGDIR_SIZE) { |
SUN4C_REAL_PGDIR_SIZE | 293 | arch/sparc/mm/sun4c.c | start += SUN4C_REAL_PGDIR_SIZE; |
SUN4C_REAL_PGDIR_SIZE | 446 | arch/sparc/mm/sun4c.c | unsigned long end = start + SUN4C_REAL_PGDIR_SIZE; |
SUN4C_REAL_PGDIR_SIZE | 583 | arch/sparc/mm/sun4c.c | end = address + SUN4C_REAL_PGDIR_SIZE; |
SUN4C_REAL_PGDIR_SIZE | 861 | arch/sparc/mm/sun4c.c | sun4c_iobuffer_end = sun4c_iobuffer_start + SUN4C_REAL_PGDIR_SIZE; |
SUN4C_REAL_PGDIR_SIZE | 920 | arch/sparc/mm/sun4c.c | start += SUN4C_REAL_PGDIR_SIZE; |
SUN4C_REAL_PGDIR_SIZE | 1320 | arch/sparc/mm/sun4c.c | kernel_end += (SUN4C_REAL_PGDIR_SIZE * 3); |
SUN4C_REAL_PGDIR_SIZE | 24 | include/asm-sparc/pgtsun4c.h | #define SUN4C_REAL_PGDIR_MASK (~(SUN4C_REAL_PGDIR_SIZE-1)) |
SUN4C_REAL_PGDIR_SIZE | 25 | include/asm-sparc/pgtsun4c.h | #define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK) |