taglinefilesource code
PGDIR_SIZE782fs/proc/array.cif (end > PGDIR_SIZE)
PGDIR_SIZE783fs/proc/array.cend = PGDIR_SIZE;
PGDIR_SIZE796fs/proc/array.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE95include/asm-alpha/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE181include/asm-i386/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE72include/asm-mips/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE86include/asm-ppc/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE713mm/filemap.cif (end > PGDIR_SIZE)
PGDIR_SIZE714mm/filemap.cend = PGDIR_SIZE;
PGDIR_SIZE735mm/filemap.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE69mm/memory.c#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
PGDIR_SIZE264mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE265mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE297mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE363mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE364mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE384mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE414mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE415mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE446mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE486mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE487mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE518mm/memory.cfrom = (from + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE63mm/mprotect.cif (end > PGDIR_SIZE)
PGDIR_SIZE64mm/mprotect.cend = PGDIR_SIZE;
PGDIR_SIZE81mm/mprotect.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE242mm/swapfile.cif (end > PGDIR_SIZE)
PGDIR_SIZE243mm/swapfile.cend = PGDIR_SIZE;
PGDIR_SIZE260mm/swapfile.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE88mm/vmalloc.cif (end > PGDIR_SIZE)
PGDIR_SIZE89mm/vmalloc.cend = PGDIR_SIZE;
PGDIR_SIZE106mm/vmalloc.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE140mm/vmalloc.cif (end > PGDIR_SIZE)
PGDIR_SIZE141mm/vmalloc.cend = PGDIR_SIZE;
PGDIR_SIZE168mm/vmalloc.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE201mm/vmalloc.cif (end > PGDIR_SIZE)
PGDIR_SIZE202mm/vmalloc.cend = PGDIR_SIZE;
PGDIR_SIZE230mm/vmalloc.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE206mm/vmscan.cpgd_end = (address + PGDIR_SIZE) & PGDIR_MASK;  
PGDIR_SIZE235mm/vmscan.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;