Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/common/
H A Dahtable.c262 {ACPI_SIG_TPM2, "Trusted Platform Module hardware interface Table"},
H A Ddmtable.c707 {ACPI_SIG_TPM2, AcpiDmTableInfoTpm2, AcpiDmDumpTpm2, DtCompileTpm2, TemplateTpm2},
/dragonfly/sys/dev/crypto/tpm/
H A Dtpm_crb.c114 status = AcpiGetTable(ACPI_SIG_TPM2, 1, (ACPI_TABLE_HEADER **) &tbl); in tpmcrb_acpi_probe()
H A Dtpm_tis.c112 status = AcpiGetTable(ACPI_SIG_TPM2, 1, (ACPI_TABLE_HEADER **) &tbl); in tpmtis_acpi_probe()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dactbl3.h178 #define ACPI_SIG_TPM2 "TPM2" /* Trusted Platform Module 2.0 H/W interface table */ macro