Lines Matching refs:num_physical_allocated_ranges
3680 if (args->num_physical_allocated_ranges == 0) { in vm_allocate_early_physical_page_etc()
3693 && args->num_physical_allocated_ranges < MAX_PHYSICAL_ALLOCATED_RANGE) { in vm_allocate_early_physical_page_etc()
3697 args->physical_allocated_range[args->num_physical_allocated_ranges - 1]; in vm_allocate_early_physical_page_etc()
3724 args->physical_allocated_range[args->num_physical_allocated_ranges++]; in vm_allocate_early_physical_page_etc()
3730 if (args->num_physical_allocated_ranges == MAX_PHYSICAL_ALLOCATED_RANGE) in vm_allocate_early_physical_page_etc()
3738 for (int32 i = args->num_physical_allocated_ranges - 1; i >= 0; i--) { in vm_allocate_early_physical_page_etc()
3747 if ((i + 1) < (int32)args->num_physical_allocated_ranges) { in vm_allocate_early_physical_page_etc()
3761 for (uint32 i = 0; i < args->num_physical_allocated_ranges; i++) { in vm_allocate_early_physical_page_etc()
3785 if (args->num_physical_allocated_ranges < MAX_PHYSICAL_ALLOCATED_RANGE) { in vm_allocate_early_physical_page_etc()
3787 args->physical_allocated_range[args->num_physical_allocated_ranges - 1]; in vm_allocate_early_physical_page_etc()
3806 args->physical_allocated_range[args->num_physical_allocated_ranges++]; in vm_allocate_early_physical_page_etc()