Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dfw_cfg.c68 struct smbios_phys_mem_area *mem_array; in fw_cfg_build_smbios() local
94 mem_array = g_malloc0(sizeof(*mem_array) * nr_e820); in fw_cfg_build_smbios()
99 mem_array[array_count].address = addr; in fw_cfg_build_smbios()
100 mem_array[array_count].length = len; in fw_cfg_build_smbios()
104 smbios_get_tables(ms, ep_type, mem_array, array_count, in fw_cfg_build_smbios()
108 g_free(mem_array); in fw_cfg_build_smbios()