Searched refs:dpage_count (Results 1 – 1 of 1) sorted by relevance
1081 long dpage_count; in vm_phys_fictitious_reg_range() local1104 dpage_count = vm_page_array_size - (pi - first_page); in vm_phys_fictitious_reg_range()1105 vm_phys_fictitious_init_range(fp, start, dpage_count, in vm_phys_fictitious_reg_range()1107 page_count -= dpage_count; in vm_phys_fictitious_reg_range()1108 start += ptoa(dpage_count); in vm_phys_fictitious_reg_range()1123 dpage_count = pe - first_page; in vm_phys_fictitious_reg_range()1124 vm_phys_fictitious_init_range(fp, ptoa(first_page), dpage_count, in vm_phys_fictitious_reg_range()1126 end -= ptoa(dpage_count); in vm_phys_fictitious_reg_range()1127 page_count -= dpage_count; in vm_phys_fictitious_reg_range()