taglinefilesource code
PGDIR_SIZE528fs/proc/array.cif (end > PGDIR_SIZE)
PGDIR_SIZE529fs/proc/array.cend = PGDIR_SIZE;
PGDIR_SIZE542fs/proc/array.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE20include/asm-alpha/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE22include/asm-i386/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE149include/asm-mips/page.h#define PGDIR_MASK      (~(PGDIR_SIZE-1))
PGDIR_SIZE18include/asm-sparc/pgtable.h#define PGDIR_MASK        (~(PGDIR_SIZE-1))
PGDIR_SIZE19include/asm-sparc/pgtable.h#define PGDIR_ALIGN(addr) (((addr)+PGDIR_SIZE-1)&PGDIR_MASK)
PGDIR_SIZE192mm/filemap.cif (end > PGDIR_SIZE)
PGDIR_SIZE193mm/filemap.cend = PGDIR_SIZE;
PGDIR_SIZE210mm/filemap.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE65mm/memory.c#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
PGDIR_SIZE400mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE401mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE421mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE451mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE452mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE481mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE525mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE526mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE555mm/memory.cfrom = (from + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE63mm/mprotect.cif (end > PGDIR_SIZE)
PGDIR_SIZE64mm/mprotect.cend = PGDIR_SIZE;
PGDIR_SIZE79mm/mprotect.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE447mm/swap.cpgd_end = (address + PGDIR_SIZE) & PGDIR_MASK;  
PGDIR_SIZE476mm/swap.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE907mm/swap.cif (end > PGDIR_SIZE)
PGDIR_SIZE908mm/swap.cend = PGDIR_SIZE;
PGDIR_SIZE925mm/swap.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE85mm/vmalloc.cif (end > PGDIR_SIZE)
PGDIR_SIZE86mm/vmalloc.cend = PGDIR_SIZE;
PGDIR_SIZE102mm/vmalloc.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE136mm/vmalloc.cif (end > PGDIR_SIZE)
PGDIR_SIZE137mm/vmalloc.cend = PGDIR_SIZE;
PGDIR_SIZE163mm/vmalloc.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;