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

  /external/tpm2/
Global.c 80 UINT32 s_evictNvEnd;
NV.c 119 // end address, s_evictNvEnd, should serve as the mark of list end
143 if(*iter + sizeof(UINT32) > s_evictNvEnd || *iter == 0)
188 return s_evictNvEnd - NvGetEnd();
295 if(nextAddr + sizeof(UINT32) <= s_evictNvEnd)
326 while(next + sizeof(UINT32) <= s_evictNvEnd)
540 s_evictNvEnd = NV_MEMORY_SIZE;
    [all...]
Global.h     [all...]

Completed in 829 milliseconds