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_SIZE679mm/filemap.cif (end > PGDIR_SIZE)
PGDIR_SIZE680mm/filemap.cend = PGDIR_SIZE;
PGDIR_SIZE700mm/filemap.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE78mm/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_SIZE448mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE488mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE489mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE519mm/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_SIZE204mm/vmscan.cpgd_end = (address + PGDIR_SIZE) & PGDIR_MASK;  
PGDIR_SIZE233mm/vmscan.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;