taglinefilesource code
PGDIR_SIZE607fs/proc/array.cif (end > PGDIR_SIZE)
PGDIR_SIZE608fs/proc/array.cend = PGDIR_SIZE;
PGDIR_SIZE621fs/proc/array.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE88include/asm-alpha/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE121include/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_SIZE563mm/filemap.cif (end > PGDIR_SIZE)
PGDIR_SIZE564mm/filemap.cend = PGDIR_SIZE;
PGDIR_SIZE584mm/filemap.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE77mm/memory.c#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
PGDIR_SIZE270mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE271mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE301mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE367mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE368mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE387mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE417mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE418mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE447mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE487mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE488mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE517mm/memory.cfrom = (from + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE63mm/mprotect.cif (end > PGDIR_SIZE)
PGDIR_SIZE64mm/mprotect.cend = PGDIR_SIZE;
PGDIR_SIZE80mm/mprotect.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE206mm/swapfile.cif (end > PGDIR_SIZE)
PGDIR_SIZE207mm/swapfile.cend = PGDIR_SIZE;
PGDIR_SIZE224mm/swapfile.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;
PGDIR_SIZE202mm/vmscan.cpgd_end = (address + PGDIR_SIZE) & PGDIR_MASK;  
PGDIR_SIZE231mm/vmscan.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;