taglinefilesource code
PMD_MASK700arch/m68k/mm/memory.caddress &= ~PMD_MASK;
PMD_MASK736arch/m68k/mm/memory.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_MASK43arch/sparc/mm/generic.caddress &= ~PMD_MASK;
PMD_MASK73arch/sparc/mm/generic.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_MASK749fs/proc/array.caddress &= ~PMD_MASK;
PMD_MASK793fs/proc/array.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_MASK953mm/filemap.coffset += address & PMD_MASK;
PMD_MASK954mm/filemap.caddress &= ~PMD_MASK;
PMD_MASK991mm/filemap.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_MASK225mm/memory.caddress &= ~PMD_MASK;
PMD_MASK266mm/memory.caddress = (address + PMD_SIZE) & PMD_MASK; 
PMD_MASK331mm/memory.caddress &= ~PMD_MASK;
PMD_MASK363mm/memory.caddress = (address + PMD_SIZE) & PMD_MASK; 
PMD_MASK391mm/memory.caddress &= ~PMD_MASK;
PMD_MASK417mm/memory.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_MASK459mm/memory.caddress &= ~PMD_MASK;
PMD_MASK490mm/memory.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_MASK34mm/mprotect.caddress &= ~PMD_MASK;
PMD_MASK67mm/mprotect.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_MASK210mm/swapfile.coffset += address & PMD_MASK;
PMD_MASK211mm/swapfile.caddress &= ~PMD_MASK;
PMD_MASK247mm/swapfile.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_MASK54mm/vmalloc.caddress &= ~PMD_MASK;
PMD_MASK92mm/vmalloc.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_MASK116mm/vmalloc.caddress &= ~PMD_MASK;
PMD_MASK148mm/vmalloc.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_MASK180mm/vmalloc.caddress &= ~PMD_MASK;
PMD_MASK209mm/vmalloc.caddress = (address + PMD_SIZE) & PMD_MASK;
PMD_MASK175mm/vmscan.cpmd_end = (address + PMD_SIZE) & PMD_MASK;
PMD_MASK215mm/vmscan.caddress = (address + PMD_SIZE) & PMD_MASK;