taglinefilesource code
PMD_SIZE542fs/proc/array.cif (end > PMD_SIZE)
PMD_SIZE543fs/proc/array.cend = PMD_SIZE;
PMD_SIZE584fs/proc/array.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE15include/asm-alpha/pgtable.h#define PMD_MASK  (~(PMD_SIZE-1))
PMD_SIZE17include/asm-i386/pgtable.h#define PMD_MASK  (~(PMD_SIZE-1))
PMD_SIZE13include/asm-sparc/pgtable.h#define PMD_MASK        (~(PMD_SIZE-1))
PMD_SIZE124mm/filemap.cif (end > PMD_SIZE)
PMD_SIZE125mm/filemap.cend = PMD_SIZE;
PMD_SIZE155mm/filemap.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE375mm/memory.cif (end >= PMD_SIZE)
PMD_SIZE376mm/memory.cend = PMD_SIZE;
PMD_SIZE405mm/memory.caddress = (address + PMD_SIZE) & PMD_MASK; 
PMD_SIZE435mm/memory.cif (end > PMD_SIZE)
PMD_SIZE436mm/memory.cend = PMD_SIZE;
PMD_SIZE459mm/memory.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE501mm/memory.cif (end > PMD_SIZE)
PMD_SIZE502mm/memory.cend = PMD_SIZE;
PMD_SIZE534mm/memory.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE37mm/mprotect.cif (end > PMD_SIZE)
PMD_SIZE38mm/mprotect.cend = PMD_SIZE;
PMD_SIZE68mm/mprotect.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE420mm/swap.cpmd_end = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE460mm/swap.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE883mm/swap.cif (end > PMD_SIZE)
PMD_SIZE884mm/swap.cend = PMD_SIZE;
PMD_SIZE917mm/swap.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE54mm/vmalloc.cif (end > PMD_SIZE)
PMD_SIZE55mm/vmalloc.cend = PMD_SIZE;
PMD_SIZE90mm/vmalloc.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE115mm/vmalloc.cif (end > PMD_SIZE)
PMD_SIZE116mm/vmalloc.cend = PMD_SIZE;
PMD_SIZE145mm/vmalloc.caddress = (address + PMD_SIZE) & PMD_MASK;