HomeSort by relevance Sort by last modified time
    Searched refs:mTreeProtocol (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibTrEE/
Tpm2DeviceLibTrEE.c 23 EFI_TREE_PROTOCOL *mTreeProtocol = NULL;
49 if (mTreeProtocol == NULL) {
50 Status = gBS->LocateProtocol (&gEfiTrEEProtocolGuid, NULL, (VOID **) &mTreeProtocol);
62 Status = mTreeProtocol->SubmitCommand (
63 mTreeProtocol,
93 if (mTreeProtocol == NULL) {
94 Status = gBS->LocateProtocol (&gEfiTrEEProtocolGuid, NULL, (VOID **) &mTreeProtocol);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
TrEEDxe.c 916 EFI_TREE_PROTOCOL mTreeProtocol = {
    [all...]

Completed in 727 milliseconds