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

  /external/tpm2/
NV.c 401 memcpy(&currHandle, &s_ramIndex[currAddr + sizeof(UINT32)],
407 memcpy(&currSize, &s_ramIndex[currAddr], sizeof(currSize));
429 memcpy(&s_ramIndex[s_ramIndexSize], &value,
430 sizeof(s_ramIndex[s_ramIndexSize]));
431 memcpy(&s_ramIndex[s_ramIndexSize + sizeof(UINT32)], &handle,
432 sizeof(s_ramIndex[s_ramIndexSize + sizeof(UINT32)]));
438 _plat__NvMemoryWrite(s_ramIndexAddr, RAM_INDEX_SPACE, s_ramIndex);
460 memcpy(&size, &s_ramIndex[nodeOffset], sizeof(size));
464 MemoryMove(s_ramIndex + nodeOffset, s_ramIndex + nextNode
    [all...]
Global.c 75 BYTE s_ramIndex[RAM_INDEX_SPACE];
Global.h     [all...]

Completed in 82 milliseconds