taglinefilesource code
PGDIR_SIZE580fs/proc/array.cif (end > PGDIR_SIZE)
PGDIR_SIZE581fs/proc/array.cend = PGDIR_SIZE;
PGDIR_SIZE594fs/proc/array.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE20include/asm-alpha/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE22include/asm-i386/pgtable.h#define PGDIR_MASK  (~(PGDIR_SIZE-1))
PGDIR_SIZE149include/asm-mips/page.h#define PGDIR_MASK      (~(PGDIR_SIZE-1))
PGDIR_SIZE18include/asm-sparc/pgtable.h#define PGDIR_MASK        (~(PGDIR_SIZE-1))
PGDIR_SIZE19include/asm-sparc/pgtable.h#define PGDIR_ALIGN(addr) (((addr)+PGDIR_SIZE-1)&PGDIR_MASK)
PGDIR_SIZE151mm/filemap.cif (end > PGDIR_SIZE)
PGDIR_SIZE152mm/filemap.cend = PGDIR_SIZE;
PGDIR_SIZE169mm/filemap.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE66mm/memory.c#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
PGDIR_SIZE401mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE402mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE422mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE452mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE453mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE482mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE526mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE527mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE556mm/memory.cfrom = (from + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE64mm/mprotect.cif (end > PGDIR_SIZE)
PGDIR_SIZE65mm/mprotect.cend = PGDIR_SIZE;
PGDIR_SIZE80mm/mprotect.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE452mm/swap.cpgd_end = (address + PGDIR_SIZE) & PGDIR_MASK;  
PGDIR_SIZE481mm/swap.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE912mm/swap.cif (end > PGDIR_SIZE)
PGDIR_SIZE913mm/swap.cend = PGDIR_SIZE;
PGDIR_SIZE930mm/swap.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE86mm/vmalloc.cif (end > PGDIR_SIZE)
PGDIR_SIZE87mm/vmalloc.cend = PGDIR_SIZE;
PGDIR_SIZE103mm/vmalloc.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE137mm/vmalloc.cif (end > PGDIR_SIZE)
PGDIR_SIZE138mm/vmalloc.cend = PGDIR_SIZE;
PGDIR_SIZE164mm/vmalloc.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;