/src/sys/dev/acpi/ |
tpm_acpi.c | 69 ACPI_TABLE_TPM2 *tpm2; local in function:tpm_acpi_match 90 rv = AcpiGetTable(ACPI_SIG_TPM2, 1, (ACPI_TABLE_HEADER **)&tpm2); 93 if (tpm2->StartMethod != ACPI_TPM2_MEMORY_MAPPED)
|
tpm_acpi.c | 69 ACPI_TABLE_TPM2 *tpm2; local in function:tpm_acpi_match 90 rv = AcpiGetTable(ACPI_SIG_TPM2, 1, (ACPI_TABLE_HEADER **)&tpm2); 93 if (tpm2->StartMethod != ACPI_TPM2_MEMORY_MAPPED)
|
/src/usr.sbin/acpitools/acpidump/ |
acpi.c | 3568 ACPI_TABLE_TPM2 *tpm2; local in function:acpi_handle_tpm2 3574 tpm2 = (ACPI_TABLE_TPM2 *)sdp; 3576 if (tpm2->PlatformClass == 0) { 3578 } else if (tpm2->PlatformClass == 1) { 3583 printf("\tClass=%s (%u)\n", class, tpm2->PlatformClass); 3584 printf("\tControl Address=0x%"PRIx64"\n", tpm2->ControlAddress); 3585 printf("\tStart Method=%u\n", tpm2->StartMethod);
|
acpi.c | 3568 ACPI_TABLE_TPM2 *tpm2; local in function:acpi_handle_tpm2 3574 tpm2 = (ACPI_TABLE_TPM2 *)sdp; 3576 if (tpm2->PlatformClass == 0) { 3578 } else if (tpm2->PlatformClass == 1) { 3583 printf("\tClass=%s (%u)\n", class, tpm2->PlatformClass); 3584 printf("\tControl Address=0x%"PRIx64"\n", tpm2->ControlAddress); 3585 printf("\tStart Method=%u\n", tpm2->StartMethod);
|