Searched refs:dpage_count (Results 1 – 1 of 1) sorted by relevance
1090 long dpage_count; in vm_phys_fictitious_reg_range() local1113 dpage_count = vm_page_array_size - (pi - first_page); in vm_phys_fictitious_reg_range()1114 vm_phys_fictitious_init_range(fp, start, dpage_count, in vm_phys_fictitious_reg_range()1116 page_count -= dpage_count; in vm_phys_fictitious_reg_range()1117 start += ptoa(dpage_count); in vm_phys_fictitious_reg_range()1132 dpage_count = pe - first_page; in vm_phys_fictitious_reg_range()1133 vm_phys_fictitious_init_range(fp, ptoa(first_page), dpage_count, in vm_phys_fictitious_reg_range()1135 end -= ptoa(dpage_count); in vm_phys_fictitious_reg_range()1136 page_count -= dpage_count; in vm_phys_fictitious_reg_range()