Home
last modified time | relevance | path

Searched refs:mem_array (Results 1 – 5 of 5) 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()
/openbmc/qemu/hw/smbios/
H A Dsmbios.c1090 const struct smbios_phys_mem_area *mem_array, in smbios_get_tables_ep() argument
1152 smbios_build_type_19_table(i, offset, mem_array[i].address, in smbios_get_tables_ep()
1153 mem_array[i].length); in smbios_get_tables_ep()
1197 const struct smbios_phys_mem_area *mem_array, in smbios_get_tables() argument
1211 mem_array, mem_array_size, in smbios_get_tables()
1227 mem_array, mem_array_size, in smbios_get_tables()
/openbmc/qemu/include/hw/firmware/
H A Dsmbios.h339 const struct smbios_phys_mem_area *mem_array,
/openbmc/qemu/hw/riscv/
H A Dvirt.c1398 struct smbios_phys_mem_area mem_array; in virt_build_smbios() local
1414 mem_array.address = s->memmap[VIRT_DRAM].base; in virt_build_smbios()
1415 mem_array.length = ms->ram_size; in virt_build_smbios()
1418 &mem_array, 1, in virt_build_smbios()
/openbmc/qemu/hw/arm/
H A Dvirt.c1751 struct smbios_phys_mem_area mem_array; in virt_build_smbios() local
1761 mem_array.address = vms->memmap[VIRT_MEM].base; in virt_build_smbios()
1762 mem_array.length = ms->ram_size; in virt_build_smbios()
1764 smbios_get_tables(ms, SMBIOS_ENTRY_POINT_TYPE_64, &mem_array, 1, in virt_build_smbios()