Searched refs:newlist (Results 1 – 1 of 1) sorted by relevance
247 struct efi_mem_list *newlist; in efi_add_memory_map_pg() local262 newlist = calloc(1, sizeof(*newlist)); in efi_add_memory_map_pg()263 newlist->desc.type = memory_type; in efi_add_memory_map_pg()264 newlist->desc.physical_start = start; in efi_add_memory_map_pg()265 newlist->desc.virtual_start = start; in efi_add_memory_map_pg()266 newlist->desc.num_pages = pages; in efi_add_memory_map_pg()271 newlist->desc.attribute = EFI_MEMORY_WB | EFI_MEMORY_RUNTIME; in efi_add_memory_map_pg()274 newlist->desc.attribute = EFI_MEMORY_RUNTIME; in efi_add_memory_map_pg()277 newlist->desc.attribute = EFI_MEMORY_WB; in efi_add_memory_map_pg()289 r = efi_mem_carve_out(lmem, &newlist->desc, in efi_add_memory_map_pg()[all …]
Completed in 4 milliseconds