taglinefilesource code
PGDIR_SIZE606fs/proc/array.cif (end > PGDIR_SIZE)
PGDIR_SIZE607fs/proc/array.cend = PGDIR_SIZE;
PGDIR_SIZE620fs/proc/array.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE83include/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_SIZE522mm/filemap.cif (end > PGDIR_SIZE)
PGDIR_SIZE523mm/filemap.cend = PGDIR_SIZE;
PGDIR_SIZE543mm/filemap.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE76mm/memory.c#define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
PGDIR_SIZE269mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE270mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE300mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE366mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE367mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE386mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE416mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE417mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE446mm/memory.caddress = (address + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE486mm/memory.cif (end > PGDIR_SIZE)
PGDIR_SIZE487mm/memory.cend = PGDIR_SIZE;
PGDIR_SIZE516mm/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_SIZE549mm/swap.cpgd_end = (address + PGDIR_SIZE) & PGDIR_MASK;  
PGDIR_SIZE578mm/swap.cstart = (start + PGDIR_SIZE) & PGDIR_MASK;
PGDIR_SIZE983mm/swap.cif (end > PGDIR_SIZE)
PGDIR_SIZE984mm/swap.cend = PGDIR_SIZE;
PGDIR_SIZE1001mm/swap.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;