Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dpc.c628 fw_cfg_build_smbios(pcms, x86ms->fw_cfg, pcms->smbios_entry_point_type); in pc_machine_done()
1581 SmbiosEntryPointType smbios_entry_point_type = pcms->smbios_entry_point_type; in pc_machine_get_smbios_ep() local
1583 visit_type_SmbiosEntryPointType(v, name, &smbios_entry_point_type, errp); in pc_machine_get_smbios_ep()
1591 visit_type_SmbiosEntryPointType(v, name, &pcms->smbios_entry_point_type, errp); in pc_machine_set_smbios_ep()
1682 pcms->smbios_entry_point_type = pcmc->default_smbios_ep_type; in pc_machine_initfn()
/openbmc/qemu/include/hw/i386/
H A Dpc.h44 SmbiosEntryPointType smbios_entry_point_type; member