Home
last modified time | relevance | path

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

/qemu/include/hw/acpi/
H A Daml-build.h218 GArray *tcpalog; member
498 void build_tpm2(GArray *table_data, BIOSLinker *linker, GArray *tcpalog,
/qemu/hw/arm/
H A Dvirt-acpi-build.c972 build_tpm2(tables_blob, tables->linker, tables->tcpalog, vms->oem_id, in virt_acpi_build()
1099 fw_cfg_add_file(vms->fw_cfg, ACPI_BUILD_TPMLOG_FILE, tables.tcpalog->data, in virt_acpi_setup()
1100 acpi_data_len(tables.tcpalog)); in virt_acpi_setup()
/qemu/hw/i386/
H A Dacpi-build.c1897 build_tpm_tcpa(GArray *table_data, BIOSLinker *linker, GArray *tcpalog, in build_tpm_tcpa() argument
1914 acpi_data_push(tcpalog, TPM_LOG_AREA_MINIMUM_SIZE); in build_tpm_tcpa()
1915 bios_linker_loader_alloc(linker, ACPI_BUILD_TPMLOG_FILE, tcpalog, 1, in build_tpm_tcpa()
2600 build_tpm_tcpa(tables_blob, tables->linker, tables->tcpalog, in acpi_build()
2604 build_tpm2(tables_blob, tables->linker, tables->tcpalog, in acpi_build()
2848 tables.tcpalog->data, acpi_data_len(tables.tcpalog)); in acpi_setup()
/qemu/hw/acpi/
H A Daml-build.c1780 tables->tcpalog = g_array_new(false, true /* clear */, 1); in acpi_build_tables_init()
1791 g_array_free(tables->tcpalog, mfre); in acpi_build_tables_cleanup()
2269 void build_tpm2(GArray *table_data, BIOSLinker *linker, GArray *tcpalog, in build_tpm2() argument
2307 acpi_data_push(tcpalog, TPM_LOG_AREA_MINIMUM_SIZE); in build_tpm2()
2308 bios_linker_loader_alloc(linker, ACPI_BUILD_TPMLOG_FILE, tcpalog, 1, in build_tpm2()
/qemu/hw/loongarch/
H A Dacpi-build.c509 tables->tcpalog, lvms->oem_id, in acpi_build()