Searched refs:ep_table (Results 1 – 1 of 1) sorted by relevance
560 struct smbios_21_entry_point *ep_table = &data->smbios_ep_table.ep21; in smbios_ep2_table_ok() local562 qtest_memread(data->qts, addr, ep_table, sizeof(*ep_table)); in smbios_ep2_table_ok()563 if (memcmp(ep_table->anchor_string, "_SM_", 4)) { in smbios_ep2_table_ok()566 if (memcmp(ep_table->intermediate_anchor_string, "_DMI_", 5)) { in smbios_ep2_table_ok()569 if (ep_table->structure_table_length == 0) { in smbios_ep2_table_ok()572 if (ep_table->number_of_structures == 0) { in smbios_ep2_table_ok()575 if (acpi_calc_checksum((uint8_t *)ep_table, sizeof *ep_table) || in smbios_ep2_table_ok()576 acpi_calc_checksum((uint8_t *)ep_table + 0x10, in smbios_ep2_table_ok()577 sizeof *ep_table - 0x10)) { in smbios_ep2_table_ok()585 struct smbios_30_entry_point *ep_table = &data->smbios_ep_table.ep30; in smbios_ep3_table_ok() local[all …]