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_SIZE193mm/filemap.cif (end > PGDIR_SIZE)
PGDIR_SIZE194mm/filemap.cend = PGDIR_SIZE;
PGDIR_SIZE211mm/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_SIZE521mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE522mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE551mm/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_SIZE480mm/swap.cpgd_end = (address + PGDIR_SIZE) & PGDIR_MASK;  
PGDIR_SIZE509mm/swap.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE917mm/swap.cif (end > PGDIR_SIZE)
PGDIR_SIZE918mm/swap.cend = PGDIR_SIZE;
PGDIR_SIZE935mm/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;