Searched refs:resetCount (Results 1 – 9 of 9) sorted by relevance
67 gp.resetCount++; in TimeStartup()69 NvWriteReserved(NV_RESET_COUNT, &gp.resetCount); in TimeStartup()224 clockInfo->resetCount = gp.resetCount; in TimeFillInfo()
96 gp.resetCount = gr.restartCount = gr.clearCount = 0; in TPM2_Clear()98 NvWriteReserved(NV_RESET_COUNT, &gp.resetCount); in TPM2_Clear()
88 attest->clockInfo.resetCount += (UINT32)(obfuscation[1] >> 32); in FillInAttestInfo()
311 value.resetCount = 123; in StructureSuccessNormalTest()320 CHECK_EQ(value.resetCount, 123); in StructureSuccessNormalTest()
710 UINT32 resetCount; member
507 s_reservedSize[NV_RESET_COUNT] = sizeof(gp.resetCount); in NvInitStatic()639 NvReadReserved(NV_RESET_COUNT, &gp.resetCount); in NvReadPersistent()
866 UINT32 resetCount; member
6244 total_size += UINT32_Marshal(&source->resetCount, buffer, size); in TPMS_CLOCK_INFO_Marshal()6258 result = UINT32_Unmarshal(&target->resetCount, buffer, size); in TPMS_CLOCK_INFO_Unmarshal()
27 public void resetCount() { in resetCount() method in CustomFactoryTest