Searched refs:numSmt (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/
H A Dcp_annotate.cc106 : SimObject(p), numSm(0), numSmt(0), numSys(0), numQs(0), conId(0)
860 state_machines.resize(numSmt+1);
1071 SERIALIZE_SCALAR(numSmt);
1224 UNSERIALIZE_SCALAR(numSmt);
1237 for (int x = 0; x < numSmt; x++) {
1244 stCache.resize(numSmt);
1245 for (int x = 0; x < numSmt; x++) {
H A Dcp_annotate.hh228 int numSmt; member in class:CPA
338 smi = smtCache[sm] = ++numSmt;

Completed in 7 milliseconds