taglinefilesource code
PGDIR_SIZE529fs/proc/array.cif (end > PGDIR_SIZE)
PGDIR_SIZE530fs/proc/array.cend = PGDIR_SIZE;
PGDIR_SIZE543fs/proc/array.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE20include/asm-alpha/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE28include/asm-i386/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE155include/asm-mips/page.h#define PGDIR_MASK      (~(PGDIR_SIZE-1))
PGDIR_SIZE245mm/filemap.cif (end > PGDIR_SIZE)
PGDIR_SIZE246mm/filemap.cend = PGDIR_SIZE;
PGDIR_SIZE266mm/filemap.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE65mm/memory.c#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
PGDIR_SIZE402mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE403mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE423mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE453mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE454mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE483mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE523mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE524mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE553mm/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_SIZE490mm/swap.cpgd_end = (address + PGDIR_SIZE) & PGDIR_MASK;  
PGDIR_SIZE519mm/swap.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE927mm/swap.cif (end > PGDIR_SIZE)
PGDIR_SIZE928mm/swap.cend = PGDIR_SIZE;
PGDIR_SIZE945mm/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;
PGDIR_SIZE196mm/vmalloc.cif (end > PGDIR_SIZE)
PGDIR_SIZE197mm/vmalloc.cend = PGDIR_SIZE;
PGDIR_SIZE224mm/vmalloc.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;