Searched refs:tcpalog (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/loongarch/ |
H A D | acpi-build.c | 556 tables->tcpalog, lvms->oem_id, in acpi_build() 696 fw_cfg_add_file(lvms->fw_cfg, ACPI_BUILD_TPMLOG_FILE, tables.tcpalog->data, in loongarch_acpi_setup() 697 acpi_data_len(tables.tcpalog)); in loongarch_acpi_setup()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 218 GArray *tcpalog; member 505 void build_tpm2(GArray *table_data, BIOSLinker *linker, GArray *tcpalog,
|
/openbmc/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 981 build_tpm2(tables_blob, tables->linker, tables->tcpalog, vms->oem_id, in virt_acpi_build() 1108 fw_cfg_add_file(vms->fw_cfg, ACPI_BUILD_TPMLOG_FILE, tables.tcpalog->data, in virt_acpi_setup() 1109 acpi_data_len(tables.tcpalog)); in virt_acpi_setup()
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 1824 build_tpm_tcpa(GArray *table_data, BIOSLinker *linker, GArray *tcpalog, in build_tpm_tcpa() argument 1841 acpi_data_push(tcpalog, TPM_LOG_AREA_MINIMUM_SIZE); in build_tpm_tcpa() 1842 bios_linker_loader_alloc(linker, ACPI_BUILD_TPMLOG_FILE, tcpalog, 1, in build_tpm_tcpa() 2517 build_tpm_tcpa(tables_blob, tables->linker, tables->tcpalog, in acpi_build() 2521 build_tpm2(tables_blob, tables->linker, tables->tcpalog, in acpi_build() 2710 tables.tcpalog->data, acpi_data_len(tables.tcpalog)); in acpi_setup()
|
/openbmc/qemu/hw/acpi/ |
H A D | aml-build.c | 1779 tables->tcpalog = g_array_new(false, true /* clear */, 1); in acpi_build_tables_init() 1790 g_array_free(tables->tcpalog, mfre); in acpi_build_tables_cleanup() 2351 void build_tpm2(GArray *table_data, BIOSLinker *linker, GArray *tcpalog, in build_tpm2() argument 2389 acpi_data_push(tcpalog, TPM_LOG_AREA_MINIMUM_SIZE); in build_tpm2() 2390 bios_linker_loader_alloc(linker, ACPI_BUILD_TPMLOG_FILE, tcpalog, 1, in build_tpm2()
|