Home
last modified time | relevance | path

Searched refs:s_ramIndexSize (Results 1 – 4 of 4) sorted by relevance

/external/tpm2/
DNV.c374 BOOL success = ( s_ramIndexSize in NvTestRAMSpace()
393 while(currAddr < s_ramIndexSize) in NvGetRAMIndexOffset()
407 pAssert(currAddr < s_ramIndexSize); in NvGetRAMIndexOffset()
425 memcpy(&s_ramIndex[s_ramIndexSize], &value, in NvAddRAM()
426 sizeof(s_ramIndex[s_ramIndexSize])); in NvAddRAM()
427 memcpy(&s_ramIndex[s_ramIndexSize + sizeof(UINT32)], &handle, in NvAddRAM()
428 sizeof(s_ramIndex[s_ramIndexSize + sizeof(UINT32)])); in NvAddRAM()
429 s_ramIndexSize += sizeof(UINT32) + sizeof(TPMI_RH_NV_INDEX) + size; in NvAddRAM()
430 pAssert(s_ramIndexSize <= RAM_INDEX_SPACE); in NvAddRAM()
432 _plat__NvMemoryWrite(s_ramIndexSizeAddr, sizeof(UINT32), &s_ramIndexSize); in NvAddRAM()
[all …]
DGlobal.c74 UINT32 s_ramIndexSize; variable
DGlobal.h1042 extern UINT32 s_ramIndexSize;
Dpart4.txt2762 671 extern UINT32 s_ramIndexSize;
9455 259 BOOL success = ( s_ramIndexSize
9475 272 while(currAddr < s_ramIndexSize)
9492 289 pAssert(currAddr < s_ramIndexSize);
9514 299 * (UINT32 *) &s_ramIndex[s_ramIndexSize] = size + sizeof(TPMI_RH_NV_INDEX);
9515 300 * (TPMI_RH_NV_INDEX *) &s_ramIndex[s_ramIndexSize + sizeof(UINT32)] = handle;
9516 301 s_ramIndexSize += sizeof(UINT32) + sizeof(TPMI_RH_NV_INDEX) + size;
9518 303 pAssert(s_ramIndexSize <= RAM_INDEX_SPACE);
9520 305 // Update NV version of s_ramIndexSize
9521 306 _plat__NvMemoryWrite(s_ramIndexSizeAddr, sizeof(UINT32), &s_ramIndexSize);
[all …]