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 123 // end address, s_evictNvEnd, should serve as the mark of list end
147 if(*iter + sizeof(UINT32) > s_evictNvEnd || *iter == 0)
192 return s_evictNvEnd - NvGetEnd();
299 if(nextAddr + sizeof(UINT32) <= s_evictNvEnd)
330 while(next + sizeof(UINT32) <= s_evictNvEnd)
544 s_evictNvEnd = NV_MEMORY_SIZE;
    [all...]
Global.h     [all...]

Completed in 45 milliseconds