taglinefilesource code
dtmp180fs/proc/mem.cunsigned long stmp, dtmp;
dtmp238fs/proc/mem.cdtmp    = vma->vm_start;
dtmp240fs/proc/mem.cwhile (dtmp < vma->vm_end) {
dtmp248fs/proc/mem.cdest_dir = pgd_offset(current, dtmp);
dtmp249fs/proc/mem.cdest_middle = pmd_alloc(dest_dir, dtmp);
dtmp252fs/proc/mem.cdest_table = pte_alloc(dest_middle, dtmp);
dtmp267fs/proc/mem.cdtmp += PAGE_SIZE;