Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibTrEE/
DTpm2DeviceLibTrEE.c23 EFI_TREE_PROTOCOL *mTreeProtocol = NULL; variable
49 if (mTreeProtocol == NULL) { in Tpm2SubmitCommand()
50 Status = gBS->LocateProtocol (&gEfiTrEEProtocolGuid, NULL, (VOID **) &mTreeProtocol); in Tpm2SubmitCommand()
62 Status = mTreeProtocol->SubmitCommand ( in Tpm2SubmitCommand()
63 mTreeProtocol, in Tpm2SubmitCommand()
93 if (mTreeProtocol == NULL) { in Tpm2RequestUseTpm()
94 Status = gBS->LocateProtocol (&gEfiTrEEProtocolGuid, NULL, (VOID **) &mTreeProtocol); in Tpm2RequestUseTpm()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c881 EFI_TREE_PROTOCOL mTreeProtocol = { variable
1701 &mTreeProtocol, in InstallTrEE()