taglinefilesource code
SUN4C_REAL_PGDIR_SIZE549arch/sparc/mm/sun4c.cfor(; first_seg <= last_seg; first_seg += SUN4C_REAL_PGDIR_SIZE)
SUN4C_REAL_PGDIR_SIZE567arch/sparc/mm/sun4c.cfor(; first_seg <= last_seg; first_seg += SUN4C_REAL_PGDIR_SIZE)
SUN4C_REAL_PGDIR_SIZE693arch/sparc/mm/sun4c.cfor(clean = segaddr; clean < (segaddr + SUN4C_REAL_PGDIR_SIZE);
SUN4C_REAL_PGDIR_SIZE759arch/sparc/mm/sun4c.cfor(a = start_addr; a < end_addr; a += SUN4C_REAL_PGDIR_SIZE) {
SUN4C_REAL_PGDIR_SIZE816arch/sparc/mm/sun4c.ckern_begin += SUN4C_REAL_PGDIR_SIZE) {
SUN4C_REAL_PGDIR_SIZE825arch/sparc/mm/sun4c.ckern_begin += SUN4C_REAL_PGDIR_SIZE)
SUN4C_REAL_PGDIR_SIZE830arch/sparc/mm/sun4c.cprom_begin += SUN4C_REAL_PGDIR_SIZE) {
SUN4C_REAL_PGDIR_SIZE843arch/sparc/mm/sun4c.cvaddr += SUN4C_REAL_PGDIR_SIZE)
SUN4C_REAL_PGDIR_SIZE846arch/sparc/mm/sun4c.cvaddr += SUN4C_REAL_PGDIR_SIZE)
SUN4C_REAL_PGDIR_SIZE849arch/sparc/mm/sun4c.cvaddr += SUN4C_REAL_PGDIR_SIZE)
SUN4C_REAL_PGDIR_SIZE979arch/sparc/mm/sun4c.caddr += SUN4C_REAL_PGDIR_SIZE;
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)