taglinefilesource code
PGDIR_SIZE724arch/m68k/mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE725arch/m68k/mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE777arch/m68k/mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE65arch/sparc/mm/generic.cif (end > PGDIR_SIZE)
PGDIR_SIZE66arch/sparc/mm/generic.cend = PGDIR_SIZE;
PGDIR_SIZE98arch/sparc/mm/generic.cfrom = (from + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE789fs/proc/array.cif (end > PGDIR_SIZE)
PGDIR_SIZE790fs/proc/array.cend = PGDIR_SIZE;
PGDIR_SIZE803fs/proc/array.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE145include/asm-alpha/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE181include/asm-i386/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE68include/asm-m68k/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_SIZE986mm/filemap.cif (end > PGDIR_SIZE)
PGDIR_SIZE987mm/filemap.cend = PGDIR_SIZE;
PGDIR_SIZE1008mm/filemap.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE69mm/memory.c#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
PGDIR_SIZE260mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE261mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE293mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE359mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE360mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE380mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE410mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE411mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE442mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE482mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE483mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE514mm/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_SIZE207mm/vmscan.cpgd_end = (address + PGDIR_SIZE) & PGDIR_MASK;  
PGDIR_SIZE236mm/vmscan.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;