Searched refs:NV_MEMORY_SIZE (Results 1 – 14 of 14) sorted by relevance
103 OK = (NV_MEMORY_SIZE == fwrite(s_NV, 1, NV_MEMORY_SIZE, s_NvFile)); in NvFileCommit()187 _plat__NvMemoryClear(0, NV_MEMORY_SIZE); in _plat__NVEnable()196 if (NV_MEMORY_SIZE == fileSize) in _plat__NVEnable()199 fread(s_NV, 1, NV_MEMORY_SIZE, s_NvFile) != NV_MEMORY_SIZE; in _plat__NVEnable()283 assert(startOffset + size <= NV_MEMORY_SIZE); in _plat__NvMemoryRead()318 if(startOffset + size <= NV_MEMORY_SIZE) in _plat__NvMemoryWrite()335 assert(start + size <= NV_MEMORY_SIZE); in _plat__NvMemoryClear()351 assert(sourceOffset + size <= NV_MEMORY_SIZE); in _plat__NvMemoryMove()352 assert(destOffset + size <= NV_MEMORY_SIZE); in _plat__NvMemoryMove()
98 s_evictNvEnd = (NV_REF)NV_MEMORY_SIZE; in NvInitStatic()173 _plat__NvMemoryClear(0, NV_MEMORY_SIZE); in NvManufacture()200 pAssert(nvOffset + size < NV_MEMORY_SIZE); in NvRead()216 if(nvOffset + size <= NV_MEMORY_SIZE) in NvWrite()
213 #if NV_MEMORY_SIZE < 1024 in NvTestSpace()
75 __attribute__((section(".nvfile"))) const uint8_t nvFile[NV_MEMORY_SIZE];382 assert(startOffset + size <= NV_MEMORY_SIZE); in _plat__NvMemoryRead()419 assert(startOffset + size <= NV_MEMORY_SIZE); in _plat__NvMemoryWrite()434 assert(start + size <= NV_MEMORY_SIZE); in _plat__NvMemoryClear()451 assert(sourceOffset + size <= NV_MEMORY_SIZE); in _plat__NvMemoryMove()452 assert(destOffset + size <= NV_MEMORY_SIZE); in _plat__NvMemoryMove()
70 unsigned char s_NV[NV_MEMORY_SIZE];
80 stateAddr = NV_MEMORY_SIZE; in _admin__NvInitState()86 pAssert(stateAddr <= (NV_MEMORY_SIZE + NV_TPM_STATE_SIZE)); in _admin__NvInitState()
55 #define NV_CHIP_MEMORY_SIZE (NV_MEMORY_SIZE + NV_TPM_STATE_SIZE)127 #define NV_CHIP_REVISION_OFFSET ((NV_MEMORY_SIZE) + (TPM_STATE_SIZE))582 pAssert(start + size <= NV_MEMORY_SIZE); in _plat__NvMemoryClear()
76 unsigned char s_NV[NV_MEMORY_SIZE];
107 extern unsigned char s_NV[NV_MEMORY_SIZE];
121 extern unsigned char s_NV[NV_MEMORY_SIZE];
105 EXTERN unsigned char s_NV[NV_MEMORY_SIZE];
181 #ifndef NV_MEMORY_SIZE182 #define NV_MEMORY_SIZE 16384 macro
1066 #define NV_USER_DYNAMIC_END NV_MEMORY_SIZE
184 #define NV_MEMORY_SIZE 16384 macro