Lines Matching refs:pos_start
527 unsigned long pos_start, pos_end, pos;
531 pos_start = pfn;
534 for (pos = pos_start; pos < pos_end; ++pos) {
538 * region between pos_start and pos-1 and replace
541 if (pos > pos_start) {
543 map_size = (pos - pos_start) << PAGE_SHIFT;
545 pos_start, map_size,
556 pos_start = pos + 1;
559 if (pos > pos_start) {
561 map_size = (pos - pos_start) << PAGE_SHIFT;
562 if (remap_oldmem_pfn_range(vma, from + len, pos_start,