Searched refs:hv_e820 (Results 1 – 1 of 1) sorted by relevance
50 entry = &hv_e820[i]; in e820_alloc_memory()115 hv_e820[i] = hv_e820[i-1]; in insert_e820_entry()120 hv_e820[index].type = type; in insert_e820_entry()180 if ((e820_idx > 0U) && (hv_e820[e820_idx].type == hv_e820[e820_idx - 1U].type) in init_e820_from_efi_mmap()184 hv_e820[e820_idx - 1U].length += hv_e820[e820_idx].length; in init_e820_from_efi_mmap()187 e820_idx, hv_e820[e820_idx].type, hv_e820[e820_idx].baseaddr, hv_e820[e820_idx].length); in init_e820_from_efi_mmap()226 hv_e820[i].type, hv_e820[i].baseaddr, hv_e820[i].length); in calculate_e820_ram_size()229 hv_e820_ram_size += hv_e820[i].baseaddr + hv_e820[i].length; in calculate_e820_ram_size()243 entry_end = hv_e820[e820_index].baseaddr + hv_e820[e820_index].length; in reserve_e820_region()303 hv_e820[target_index].type = hv_e820[e820_index].type; in alloc_mods_memory()[all …]
Completed in 3 milliseconds