Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c118 static bool compare_signature(const AcpiSdtTable *sdt, const char *signature) in compare_signature()
123 static void cleanup_table_descriptor(AcpiSdtTable *table) in cleanup_table_descriptor()
148 cleanup_table_descriptor(&g_array_index(data->tables, AcpiSdtTable, i)); in free_test_data()
178 AcpiSdtTable rsdt = {}; in test_acpi_rxsdt_table()
194 AcpiSdtTable ssdt_table = {}; in test_acpi_rxsdt_table()
207 AcpiSdtTable table = g_array_index(data->tables, typeof(table), 0); in test_acpi_fadt_table()
249 AcpiSdtTable *sdt, *exp_sdt; in dump_aml_files()
260 sdt = &g_array_index(data->tables, AcpiSdtTable, i); in dump_aml_files()
261 exp_sdt = &g_array_index(exp_data.tables, AcpiSdtTable, i); in dump_aml_files()
297 static bool create_tmp_asl(AcpiSdtTable *sdt) in create_tmp_asl()
[all …]
H A Dacpi-utils.h27 } AcpiSdtTable; typedef