taglinefilesource code
dtmp161fs/proc/mem.cunsigned long stmp, dtmp;
dtmp213fs/proc/mem.cdtmp    = vma->vm_start;
dtmp215fs/proc/mem.cwhile (dtmp < vma->vm_end) {
dtmp222fs/proc/mem.cdest_dir = PAGE_DIR_OFFSET(current, dtmp);
dtmp240fs/proc/mem.cdest_table = (pte_t *) (pgd_page(*dest_dir) + PAGE_PTR(dtmp));
dtmp253fs/proc/mem.cdtmp += PAGE_SIZE;