Searched refs:contextArray (Results 1 – 3 of 3) sorted by relevance
42 entry = gr.contextArray[i]; in ContextIdSetOldest()90 if (gr.contextArray[i] <= MAX_LOADED_SESSIONS) in SessionStartup()91 gr.contextArray[i] = 0; in SessionStartup()102 gr.contextArray[i] = 0; in SessionStartup()138 || gr.contextArray[handle] == 0 in SessionIsLoaded()139 || gr.contextArray[handle] > MAX_LOADED_SESSIONS in SessionIsLoaded()172 || gr.contextArray[handle] == 0 in SessionIsSaved()173 || gr.contextArray[handle] <= MAX_LOADED_SESSIONS in SessionIsSaved()225 sessionIndex = gr.contextArray[handle & HR_HANDLE_MASK] - 1; in SessionGet()269 == gr.contextArray[s_oldestSavedSession]) in ContextIdSessionCreate()[all …]
879 CONTEXT_SLOT contextArray[MAX_ACTIVE_SESSIONS]; member
2572 579 CONTEXT_SLOT contextArray[MAX_ACTIVE_SESSIONS];14075 …(contextArray) only has 16-bits per context. The tracking array is the data that needs to be saved…14085 … compare the low-order 16 bits of contextCounter to the existing values in contextArray and if one14089 …nd save it. Since loading the oldest session also eliminates its contextID value from contextArray,14093 …When the TPM searches contextArray and finds that none of the contextIDs match the low-order 16-bi…14094 …of contextCount, the TPM can copy the low bits to the contextArray associated with the session, and14104 …There is one entry in contextArray for each of the active sessions allowed by the TPM implementati…14106 …The index into the contextArray is the handle for the session with the region selector byte of the…14107 …set to zero. If an entry in contextArray contains 0, then the corresponding handle may be assigned…14118 …contextArray, the oldest session needs to be recycled or flushed. In order to recycle the session,…[all …]