taglinefilesource code
dtmp147fs/proc/mem.cunsigned long *src_table, *dest_table, stmp, dtmp, cr3;
dtmp194fs/proc/mem.cdtmp    = vma->vm_start;
dtmp196fs/proc/mem.cwhile (dtmp < vma->vm_end) {
dtmp203fs/proc/mem.cdest_table = PAGE_DIR_OFFSET(current->tss.cr3, dtmp);
dtmp211fs/proc/mem.cdest_table = (unsigned long *)((*dest_table & PAGE_MASK) + PAGE_PTR(dtmp));
dtmp224fs/proc/mem.cdtmp += PAGE_SIZE;