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

  /external/autotest/client/common_lib/cros/
tpm_utils.py 16 '/var/lib/tpm ' +
21 """No TPM Password could be found."""
26 """Returns a dictionary with TPM status.
31 out = out.replace('TPM ', '')
48 """Returns True if the TPM is unowned and enabled.
57 """Clears the TPM and reboots from a server-side autotest.
63 logging.debug('TPM is not owned')
74 'TPM Password file %s doesn\'t exist, falling back on '
75 'clear_tpm_owner_request to clear the TPM. You may '
76 'need to have the firmware clear the TPM, for instance
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
Tpm.asi 3 The Infineon SLB9645 TPM ACPI definition block.
4 Provides TPM device info. and TPM presence check only.
18 Device (TPM)
21 // Define _HID as Infineon TPM Device, _CID as "PNP0C31" (defined in
22 // "Secure Startup-FVE and TPM Admin BIOS and Platform Requirements").
30 Name (_STR, Unicode ("Infineon TPM 1.2 Device (SLB9645TT1.2)"))
33 // Return the resource consumed by TPM device.
40 // Check if TPM present.
  /external/llvm/lib/IR/
LegacyPassManager.cpp 825 const PassInfo *PInf = TPM->findAnalysisPassInfo(PI);
835 AnalysisUsage *AnUsage = TPM->findAnalysisUsage(P);
859 AnalysisUsage *AnUsage = TPM->findAnalysisUsage(P);
875 AnalysisUsage *AnUsage = TPM->findAnalysisUsage(P);
928 // If this is a on the fly manager then it does not have TPM.
929 if (!TPM)
932 TPM->collectLastUses(DeadPasses, P);
958 if (const PassInfo *PInf = TPM->findAnalysisPassInfo(PI)) {
    [all...]
  /external/llvm/include/llvm/IR/
LegacyPassManagers.h 305 explicit PMDataManager() : TPM(nullptr), Depth(0) {
370 PMTopLevelManager *getTopLevelManager() { return TPM; }
371 void setTopLevelManager(PMTopLevelManager *T) { TPM = T; }
408 PMTopLevelManager *TPM;
  /external/llvm/lib/Analysis/
LoopPass.cpp 154 populateInheritedAnalysis(TPM->activeStack);
325 PMTopLevelManager *TPM = PMD->getTopLevelManager();
326 TPM->addIndirectPassManager(LPPM);
331 TPM->schedulePass(P);
RegionPass.cpp 59 populateInheritedAnalysis(TPM->activeStack);
264 PMTopLevelManager *TPM = PMD->getTopLevelManager();
265 TPM->addIndirectPassManager(RGPM);
269 TPM->schedulePass(RGPM);
CallGraphSCCPass.cpp 569 PMTopLevelManager *TPM = PMD->getTopLevelManager();
570 TPM->addIndirectPassManager(CGP);
575 TPM->schedulePass(P);
  /external/swiftshader/third_party/LLVM/include/llvm/
PassManagers.h 266 explicit PMDataManager() : TPM(NULL), Depth(0) {
332 PMTopLevelManager *getTopLevelManager() { return TPM; }
333 void setTopLevelManager(PMTopLevelManager *T) { TPM = T; }
370 PMTopLevelManager *TPM;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
RegionPass.cpp 58 populateInheritedAnalysis(TPM->activeStack);
257 PMTopLevelManager *TPM = PMD->getTopLevelManager();
258 TPM->addIndirectPassManager(RGPM);
262 TPM->schedulePass(RGPM);
LoopPass.cpp 201 populateInheritedAnalysis(TPM->activeStack);
365 PMTopLevelManager *TPM = PMD->getTopLevelManager();
366 TPM->addIndirectPassManager(LPPM);
371 TPM->schedulePass(P);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
PassManager.cpp 805 AnalysisUsage *AnUsage = TPM->findAnalysisUsage(P);
829 AnalysisUsage *AnUsage = TPM->findAnalysisUsage(P);
845 AnalysisUsage *AnUsage = TPM->findAnalysisUsage(P);
898 // If this is a on the fly manager then it does not have TPM.
899 if (!TPM)
902 TPM->collectLastUses(DeadPasses, P);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
CallGraphSCCPass.cpp 549 PMTopLevelManager *TPM = PMD->getTopLevelManager();
550 TPM->addIndirectPassManager(CGP);
555 TPM->schedulePass(P);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
Tpm.asl 17 "Tpm.aml",
27 Device (TPM)
37 Name (_STR, Unicode ("TPM 2.0 Device"))
40 // Return the resource consumed by TPM device
56 // Operational region for TPM access
65 // Operational region for TPM support, TPM Physical Presence and TPM Memory Clear
139 // Return failure if no TPM present
148 // Return TPM version
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
Tpm.asl 2 The TPM definition block in ACPI table for physical presence
17 "Tpm.aml",
27 Device (TPM)
31 // "Secure Startup-FVE and TPM Admin BIOS and Platform Requirements"
38 Name (_STR, Unicode ("TPM 1.2 Device"))
41 // Return the resource consumed by TPM device
57 // Operational region for TPM access
66 // Operational region for TPM support, TPM Physical Presence and TPM Memory Clear
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
Tpm.asl 17 "Tpm.aml",
27 Device (TPM)
37 Name (_STR, Unicode ("TPM 2.0 Device"))
40 // Return the resource consumed by TPM device
56 // Operational region for TPM access
65 // Operational region for TPM support, TPM Physical Presence and TPM Memory Clear
138 // Return failure if no TPM present
147 // Return TPM version
    [all...]
  /external/autotest/server/hosts/
cros_repair.py 162 """Verify that the host's TPM is in a good state."""
174 # "tpm": {
197 tpm = status['tpm']
198 if not tpm['enabled']:
200 'TPM is not enabled -- Hardware is not working.')
201 if not tpm['can_connect']:
203 ('TPM connect failed -- '
204 'last_error=%d.' % tpm['last_error']))
205 if tpm['owned'] and not tpm['can_load_srk']
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
Platform.asl 32 External(\_SB.PCI0.LPCB.TPM.PTS, MethodObj)

Completed in 403 milliseconds