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

/gem5/src/base/
H A Dcp_annotate.hh282 SCache smtCache; member in class:CPA
336 smi = smtCache[sm];
338 smi = smtCache[sm] = ++numSmt;
H A Dcp_annotate.cc863 SCache::iterator i = smtCache.begin();
864 while (i != smtCache.end()) {
1084 // smtCache (SCache)
1087 i = smtCache.begin();
1088 while (i != smtCache.end()) {
1089 paramOut(os, csprintf("smtCache%d.str", x), i->first);
1090 paramOut(os, csprintf("smtCache%d.int", x), i->second);
1234 // smtCache (SCache
1238 paramIn(cp, csprintf("smtCache%d.str", x), str);
1239 paramIn(cp, csprintf("smtCache
[all...]

Completed in 6 milliseconds