Home
last modified time | relevance | path

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

/qemu/hw/smbios/
H A Dsmbios.c1068 memcpy(ep.ep30.anchor_string, "_SM3_", 5); in smbios_entry_point_setup()
1069 ep.ep30.length = sizeof(struct smbios_30_entry_point); in smbios_entry_point_setup()
1070 ep.ep30.entry_point_revision = 1; in smbios_entry_point_setup()
1071 ep.ep30.reserved = 0; in smbios_entry_point_setup()
1074 ep.ep30.smbios_major_version = 3; in smbios_entry_point_setup()
1075 ep.ep30.smbios_minor_version = 0; in smbios_entry_point_setup()
1076 ep.ep30.smbios_doc_rev = 0; in smbios_entry_point_setup()
1079 ep.ep30.structure_table_max_size = cpu_to_le32(smbios_tables_len); in smbios_entry_point_setup()
1082 ep.ep30.checksum = 0; in smbios_entry_point_setup()
1083 ep.ep30.structure_table_address = cpu_to_le64(0); in smbios_entry_point_setup()
/qemu/include/hw/firmware/
H A Dsmbios.h97 struct smbios_30_entry_point ep30; member
/qemu/tests/qtest/
H A Dbios-tables-test.c582 struct smbios_30_entry_point *ep_table = &data->smbios_ep_table.ep30; in smbios_ep3_table_ok()
730 addr = le64_to_cpu(ep_table->ep30.structure_table_address); in test_smbios_structs()