Searched refs:ha_region (Results 1 – 1 of 1) sorted by relevance
922 struct hv_hotadd_state *ha_region = NULL; in process_hot_add() local942 ha_region = kzalloc_obj(struct hv_hotadd_state); in process_hot_add()943 if (!ha_region) in process_hot_add()946 INIT_LIST_HEAD(&ha_region->list); in process_hot_add()947 INIT_LIST_HEAD(&ha_region->gap_list); in process_hot_add()949 ha_region->start_pfn = rg_start; in process_hot_add()950 ha_region->ha_end_pfn = rg_start; in process_hot_add()951 ha_region->covered_start_pfn = pg_start; in process_hot_add()952 ha_region->covered_end_pfn = pg_start; in process_hot_add()953 ha_region->end_pfn = rg_start + rg_size; in process_hot_add()[all …]