taglinefilesource code
PGDIR_SIZE595fs/proc/array.cif (end > PGDIR_SIZE)
PGDIR_SIZE596fs/proc/array.cend = PGDIR_SIZE;
PGDIR_SIZE609fs/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_SIZE86include/asm-ppc/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE253mm/filemap.cif (end > PGDIR_SIZE)
PGDIR_SIZE254mm/filemap.cend = PGDIR_SIZE;
PGDIR_SIZE274mm/filemap.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE64mm/memory.c#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
PGDIR_SIZE256mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE257mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE286mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE349mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE350mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE369mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE399mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE400mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE429mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE469mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE470mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE499mm/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_SIZE549mm/swap.cpgd_end = (address + PGDIR_SIZE) & PGDIR_MASK;  
PGDIR_SIZE578mm/swap.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE979mm/swap.cif (end > PGDIR_SIZE)
PGDIR_SIZE980mm/swap.cend = PGDIR_SIZE;
PGDIR_SIZE997mm/swap.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE88mm/vmalloc.cif (end > PGDIR_SIZE)
PGDIR_SIZE89mm/vmalloc.cend = PGDIR_SIZE;
PGDIR_SIZE105mm/vmalloc.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE139mm/vmalloc.cif (end > PGDIR_SIZE)
PGDIR_SIZE140mm/vmalloc.cend = PGDIR_SIZE;
PGDIR_SIZE166mm/vmalloc.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE199mm/vmalloc.cif (end > PGDIR_SIZE)
PGDIR_SIZE200mm/vmalloc.cend = PGDIR_SIZE;
PGDIR_SIZE227mm/vmalloc.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;