Home
last modified time | relevance | path

Searched refs:target_index (Results 1 – 1 of 1) sorted by relevance

/hypervisor/arch/x86/
A De820.c279 uint32_t mod_index, e820_index, target_index; in alloc_mods_memory() local
295 target_index = 0; in alloc_mods_memory()
301 hv_e820[target_index].baseaddr = entry_start; in alloc_mods_memory()
302 hv_e820[target_index].length = entry_end - entry_start; in alloc_mods_memory()
303 hv_e820[target_index].type = hv_e820[e820_index].type; in alloc_mods_memory()
304 target_index++; in alloc_mods_memory()
307 memset(&hv_e820[target_index], 0, (hv_e820_entries_nr - target_index) * sizeof(struct e820_entry)); in alloc_mods_memory()
308 hv_e820_entries_nr = target_index; in alloc_mods_memory()

Completed in 5 milliseconds