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_SIZE88include/asm-alpha/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE174include/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_SIZE677mm/filemap.cif (end > PGDIR_SIZE)
PGDIR_SIZE678mm/filemap.cend = PGDIR_SIZE;
PGDIR_SIZE698mm/filemap.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE69mm/memory.c#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
PGDIR_SIZE261mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE262mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE292mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE358mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE359mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE378mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE408mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE409mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE439mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE479mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE480mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE510mm/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_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_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_SIZE203mm/vmscan.cpgd_end = (address + PGDIR_SIZE) & PGDIR_MASK;  
PGDIR_SIZE232mm/vmscan.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;