Searched refs:tcpalog (Results 1 – 5 of 5) sorted by relevance
/qemu/hw/loongarch/ |
H A D | virt-acpi-build.c | 590 tables->tcpalog, lvms->oem_id, in acpi_build() 730 fw_cfg_add_file(lvms->fw_cfg, ACPI_BUILD_TPMLOG_FILE, tables.tcpalog->data, in virt_acpi_setup() 731 acpi_data_len(tables.tcpalog)); in virt_acpi_setup()
|
/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,
|
/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 980 build_tpm2(tables_blob, tables->linker, tables->tcpalog, vms->oem_id, in virt_acpi_build() 1107 fw_cfg_add_file(vms->fw_cfg, ACPI_BUILD_TPMLOG_FILE, tables.tcpalog->data, in virt_acpi_setup() 1108 acpi_data_len(tables.tcpalog)); in virt_acpi_setup()
|
/qemu/hw/i386/ |
H A D | acpi-build.c | 1838 build_tpm_tcpa(GArray *table_data, BIOSLinker *linker, GArray *tcpalog, in build_tpm_tcpa() argument 1855 acpi_data_push(tcpalog, TPM_LOG_AREA_MINIMUM_SIZE); in build_tpm_tcpa() 1856 bios_linker_loader_alloc(linker, ACPI_BUILD_TPMLOG_FILE, tcpalog, 1, in build_tpm_tcpa() 2538 build_tpm_tcpa(tables_blob, tables->linker, tables->tcpalog, in acpi_build() 2542 build_tpm2(tables_blob, tables->linker, tables->tcpalog, in acpi_build() 2731 tables.tcpalog->data, acpi_data_len(tables.tcpalog)); in acpi_setup()
|
/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() 2363 void build_tpm2(GArray *table_data, BIOSLinker *linker, GArray *tcpalog, in build_tpm2() argument 2401 acpi_data_push(tcpalog, TPM_LOG_AREA_MINIMUM_SIZE); in build_tpm2() 2402 bios_linker_loader_alloc(linker, ACPI_BUILD_TPMLOG_FILE, tcpalog, 1, in build_tpm2()
|