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

  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
Tcg2Smm.h 52 UINT32 LastRequest;
Tcg2Smm.c 131 mTcgNvs->PhysicalPresence.LastRequest = MostRecentRequest;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
TcgSmm.h 47 UINT32 LastRequest;
TcgSmm.c 75 mTcgNvs->PhysicalPresence.LastRequest = 0;
81 mTcgNvs->PhysicalPresence.LastRequest = PpData.LastPPRequest;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
TrEESmm.h 48 UINT32 LastRequest;
TrEESmm.c 92 mTcgNvs->PhysicalPresence.LastRequest = 0;
98 mTcgNvs->PhysicalPresence.LastRequest = PpData.LastPPRequest;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineModuleInfo.cpp 271 if (LastRequest == &F)
287 LastRequest = &F;
294 LastRequest = nullptr;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 142 const Function *LastRequest = nullptr; ///< Used for shortcut/cache.

Completed in 396 milliseconds