Home
last modified time | relevance | path

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

/qemu/hw/smbios/
H A Dsmbios.c524 if (ep_type == SMBIOS_ENTRY_POINT_TYPE_32 && in smbios_validate_table()
680 if (ep_type == SMBIOS_ENTRY_POINT_TYPE_64) { in smbios_build_type_4_table()
1043 switch (ep_type) { in smbios_entry_point_setup()
1093 SmbiosEntryPointType ep_type, in smbios_get_tables_ep() argument
1103 assert(ep_type == SMBIOS_ENTRY_POINT_TYPE_32 || in smbios_get_tables_ep()
1104 ep_type == SMBIOS_ENTRY_POINT_TYPE_64); in smbios_get_tables_ep()
1121 smbios_build_type_4_table(ms, i, ep_type, errp); in smbios_get_tables_ep()
1173 if (!smbios_validate_table(ep_type, errp)) { in smbios_get_tables_ep()
1176 smbios_entry_point_setup(ep_type); in smbios_get_tables_ep()
1199 SmbiosEntryPointType ep_type, in smbios_get_tables() argument
[all …]
/qemu/hw/i386/
H A Dfw_cfg.h27 SmbiosEntryPointType ep_type);
H A Dfw_cfg.c52 SmbiosEntryPointType ep_type) in fw_cfg_build_smbios() argument
92 smbios_get_tables(ms, ep_type, mem_array, array_count, in fw_cfg_build_smbios()
/qemu/tests/qtest/
H A Dbios-tables-test.c654 SmbiosEntryPointType ep_type) in smbios_cpu_test() argument
689 if (ep_type == SMBIOS_ENTRY_POINT_TYPE_64) { in smbios_cpu_test()
718 static void test_smbios_structs(test_data *data, SmbiosEntryPointType ep_type) in test_smbios_structs() argument
727 if (ep_type == SMBIOS_ENTRY_POINT_TYPE_32) { in test_smbios_structs()
748 smbios_cpu_test(data, addr, ep_type); in test_smbios_structs()
761 if (ep_type == SMBIOS_ENTRY_POINT_TYPE_32 && max_len < len) { in test_smbios_structs()
773 } while (ep_type == SMBIOS_ENTRY_POINT_TYPE_32 ? in test_smbios_structs()
777 if (ep_type == SMBIOS_ENTRY_POINT_TYPE_32) { in test_smbios_structs()
869 SmbiosEntryPointType ep_type = test_smbios_entry_point(data); in process_smbios_tables_noexit() local
870 test_smbios_structs(data, ep_type); in process_smbios_tables_noexit()
/qemu/include/hw/firmware/
H A Dsmbios.h329 bool smbios_validate_table(SmbiosEntryPointType ep_type, Error **errp);
339 SmbiosEntryPointType ep_type,