taglinefilesource code
PMD_SIZE673arch/m68k/mm/memory.cif (end >= PMD_SIZE)
PMD_SIZE674arch/m68k/mm/memory.cend = PMD_SIZE;
PMD_SIZE707arch/m68k/mm/memory.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE44arch/sparc/mm/generic.cif (end > PMD_SIZE)
PMD_SIZE45arch/sparc/mm/generic.cend = PMD_SIZE;
PMD_SIZE72arch/sparc/mm/generic.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE746fs/proc/array.cif (end > PMD_SIZE)
PMD_SIZE747fs/proc/array.cend = PMD_SIZE;
PMD_SIZE788fs/proc/array.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE140include/asm-alpha/pgtable.h#define PMD_MASK  (~(PMD_SIZE-1))
PMD_SIZE176include/asm-i386/pgtable.h#define PMD_MASK  (~(PMD_SIZE-1))
PMD_SIZE63include/asm-m68k/pgtable.h#define PMD_MASK  (~(PMD_SIZE-1))
PMD_SIZE67include/asm-mips/pgtable.h#define PMD_MASK  (~(PMD_SIZE-1))
PMD_SIZE81include/asm-ppc/pgtable.h#define PMD_MASK  (~(PMD_SIZE-1))
PMD_SIZE942mm/filemap.cif (end > PMD_SIZE)
PMD_SIZE943mm/filemap.cend = PMD_SIZE;
PMD_SIZE977mm/filemap.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE227mm/memory.cif (end >= PMD_SIZE)
PMD_SIZE228mm/memory.cend = PMD_SIZE;
PMD_SIZE266mm/memory.caddress = (address + PMD_SIZE) & PMD_MASK; 
PMD_SIZE333mm/memory.cif (end >= PMD_SIZE)
PMD_SIZE334mm/memory.cend = PMD_SIZE;
PMD_SIZE363mm/memory.caddress = (address + PMD_SIZE) & PMD_MASK; 
PMD_SIZE393mm/memory.cif (end > PMD_SIZE)
PMD_SIZE394mm/memory.cend = PMD_SIZE;
PMD_SIZE417mm/memory.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE461mm/memory.cif (end > PMD_SIZE)
PMD_SIZE462mm/memory.cend = PMD_SIZE;
PMD_SIZE490mm/memory.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE36mm/mprotect.cif (end > PMD_SIZE)
PMD_SIZE37mm/mprotect.cend = PMD_SIZE;
PMD_SIZE67mm/mprotect.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE213mm/swapfile.cif (end > PMD_SIZE)
PMD_SIZE214mm/swapfile.cend = PMD_SIZE;
PMD_SIZE247mm/swapfile.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE56mm/vmalloc.cif (end > PMD_SIZE)
PMD_SIZE57mm/vmalloc.cend = PMD_SIZE;
PMD_SIZE92mm/vmalloc.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE118mm/vmalloc.cif (end > PMD_SIZE)
PMD_SIZE119mm/vmalloc.cend = PMD_SIZE;
PMD_SIZE148mm/vmalloc.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE182mm/vmalloc.cif (end > PMD_SIZE)
PMD_SIZE183mm/vmalloc.cend = PMD_SIZE;
PMD_SIZE209mm/vmalloc.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE175mm/vmscan.cpmd_end = (address + PMD_SIZE) & PMD_MASK;
PMD_SIZE215mm/vmscan.caddress = (address + PMD_SIZE) & PMD_MASK;