Home
last modified time | relevance | path

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

/hypervisor/quirks/
A Dsecurity_vm_fixup.c41 struct acpi_table_tpm2 *vtpm2 = NULL, *tpm2 = NULL; in tpm2_fixup() local
50 tpm2 = get_acpi_tbl(ACPI_SIG_TPM2); in tpm2_fixup()
52 if (config->pt_tpm2 && (vtpm2 != NULL) && (tpm2 != NULL)) { in tpm2_fixup()
61 vtpm2->start_method = tpm2->start_method; in tpm2_fixup()
63 &tpm2->start_method_spec_para, sizeof(tpm2->start_method_spec_para)); in tpm2_fixup()
66 if (tpm2->laml != 0U) { in tpm2_fixup()
67 vtpm2->header.length = tpm2->header.length; in tpm2_fixup()
68 vtpm2->header.revision = tpm2->header.revision; in tpm2_fixup()
69 vtpm2->laml = tpm2->laml; in tpm2_fixup()
73 dev->res[1].size = tpm2->laml; in tpm2_fixup()
[all …]

Completed in 3 milliseconds