Searched refs:NV_MEMORY_SIZE (Results 1 – 3 of 3) sorted by relevance
/external/tpm2/ |
D | NVMem.c | 23 static unsigned char s_NV[NV_MEMORY_SIZE]; 85 memset(s_NV, 0, NV_MEMORY_SIZE); in _plat__NVEnable() 91 fwrite(s_NV, 1, NV_MEMORY_SIZE, s_NVFile); in _plat__NVEnable() 97 assert(ftell(s_NVFile) == NV_MEMORY_SIZE); in _plat__NVEnable() 100 assert(1 == fread(s_NV, NV_MEMORY_SIZE, 1, s_NVFile)); in _plat__NVEnable() 170 assert(startOffset + size <= NV_MEMORY_SIZE); in _plat__NvMemoryRead() 213 assert(startOffset + size <= NV_MEMORY_SIZE); in _plat__NvMemoryWrite() 231 assert(sourceOffset + size <= NV_MEMORY_SIZE); in _plat__NvMemoryMove() 232 assert(destOffset + size <= NV_MEMORY_SIZE); in _plat__NvMemoryMove() 261 fwrite(s_NV, 1, NV_MEMORY_SIZE, s_NVFile); in _plat__NvCommit()
|
D | Implementation.h | 262 #define NV_MEMORY_SIZE 11980 macro 273 #define NV_MEMORY_SIZE 16384 macro
|
D | NV.c | 544 s_evictNvEnd = NV_MEMORY_SIZE; in NvInitStatic()
|