taglinefilesource code
SUN4C_REAL_PGDIR_SIZE123arch/sparc/mm/sun4c.cfor(vaddr = 0; vaddr < SUN4C_REAL_PGDIR_SIZE; vaddr+=PAGE_SIZE)
SUN4C_REAL_PGDIR_SIZE137arch/sparc/mm/sun4c.cfor(vaddr = 0; vaddr < 0x20000000; vaddr += SUN4C_REAL_PGDIR_SIZE)
SUN4C_REAL_PGDIR_SIZE139arch/sparc/mm/sun4c.cfor(vaddr = 0xe0000000; vaddr < KERNBASE; vaddr += SUN4C_REAL_PGDIR_SIZE)
SUN4C_REAL_PGDIR_SIZE141arch/sparc/mm/sun4c.cfor(vaddr = kernel_end; vaddr < KADB_DEBUGGER_BEGVM; vaddr += SUN4C_REAL_PGDIR_SIZE)
SUN4C_REAL_PGDIR_SIZE143arch/sparc/mm/sun4c.cfor(vaddr = LINUX_OPPROM_ENDVM; vaddr; vaddr += SUN4C_REAL_PGDIR_SIZE)
SUN4C_REAL_PGDIR_SIZE249arch/sparc/mm/sun4c.cend = vaddr + SUN4C_REAL_PGDIR_SIZE;
SUN4C_REAL_PGDIR_SIZE263arch/sparc/mm/sun4c.cvaddr += SUN4C_REAL_PGDIR_SIZE) {
SUN4C_REAL_PGDIR_SIZE272arch/sparc/mm/sun4c.cfor(vaddr = KERNBASE; vaddr < kernel_end; vaddr += SUN4C_REAL_PGDIR_SIZE) {
SUN4C_REAL_PGDIR_SIZE293arch/sparc/mm/sun4c.cstart += SUN4C_REAL_PGDIR_SIZE;
SUN4C_REAL_PGDIR_SIZE446arch/sparc/mm/sun4c.cunsigned long end = start + SUN4C_REAL_PGDIR_SIZE;
SUN4C_REAL_PGDIR_SIZE583arch/sparc/mm/sun4c.cend = address + SUN4C_REAL_PGDIR_SIZE;
SUN4C_REAL_PGDIR_SIZE861arch/sparc/mm/sun4c.csun4c_iobuffer_end = sun4c_iobuffer_start + SUN4C_REAL_PGDIR_SIZE;
SUN4C_REAL_PGDIR_SIZE920arch/sparc/mm/sun4c.cstart += SUN4C_REAL_PGDIR_SIZE;
SUN4C_REAL_PGDIR_SIZE1320arch/sparc/mm/sun4c.ckernel_end += (SUN4C_REAL_PGDIR_SIZE * 3);
SUN4C_REAL_PGDIR_SIZE24include/asm-sparc/pgtsun4c.h#define SUN4C_REAL_PGDIR_MASK        (~(SUN4C_REAL_PGDIR_SIZE-1))
SUN4C_REAL_PGDIR_SIZE25include/asm-sparc/pgtsun4c.h#define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK)