Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
DTcg2Smm.c502 EFI_TPM2_ACPI_CONTROL_AREA *ControlArea; in PublishTpm2() local
522 ControlArea = (EFI_TPM2_ACPI_CONTROL_AREA *)(UINTN)mTpm2AcpiTemplate.AddressOfControlArea; in PublishTpm2()
523 ControlArea->CommandSize = 0xF80; in PublishTpm2()
524 ControlArea->ResponseSize = 0xF80; in PublishTpm2()
525 ControlArea->Command = PcdGet64 (PcdTpmBaseAddress) + 0x80; in PublishTpm2()
526 ControlArea->Response = PcdGet64 (PcdTpmBaseAddress) + 0x80; in PublishTpm2()