Searched refs:ACPI_SIG_TPM2 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | ahtable.c | 271 {ACPI_SIG_TPM2, "Trusted Platform Module hardware interface Table"},
|
H A D | dmtable.c | 727 {ACPI_SIG_TPM2, AcpiDmTableInfoTpm2, AcpiDmDumpTpm2, DtCompileTpm2, TemplateTpm2},
|
/freebsd/usr.sbin/bhyve/ |
H A D | tpm_intf_crb.c | 592 BASL_EXEC(basl_table_create(&table, vm_ctx, ACPI_SIG_TPM2, in tpm_crb_build_acpi_table() 596 BASL_EXEC(basl_table_append_header(table, ACPI_SIG_TPM2, 4, 1)); in tpm_crb_build_acpi_table()
|
/freebsd/sys/dev/tpm/ |
H A D | tpm_crb.c | 112 status = AcpiGetTable(ACPI_SIG_TPM2, 1, (ACPI_TABLE_HEADER **) &tbl); in tpmcrb_acpi_probe()
|
H A D | tpm_tis.c |
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl3.h | 178 #define ACPI_SIG_TPM2 "TPM2" /* Trusted Platform Module 2.0 H/W interface table */ macro
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpi.c | 2572 { ACPI_SIG_TPM2, acpi_handle_tpm2 },
|