Searched refs:stCondFailures (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/alpha/
H A Dlocked_mem.hh121 int stCondFailures = xc->readStCondFailures(); local
122 stCondFailures++;
123 xc->setStCondFailures(stCondFailures);
124 if (stCondFailures % 100000 == 0) {
127 xc->contextId(), stCondFailures);
/gem5/src/arch/mips/
H A Dlocked_mem.hh116 int stCondFailures = xc->readStCondFailures(); local
117 stCondFailures++;
118 xc->setStCondFailures(stCondFailures);
119 if (stCondFailures % 100000 == 0) {
122 curTick(), xc->contextId(), stCondFailures);
/gem5/src/arch/riscv/
H A Dlocked_mem.hh122 int stCondFailures = xc->readStCondFailures(); local
123 xc->setStCondFailures(++stCondFailures);
124 if (stCondFailures % WARN_FAILURE == 0) {
126 curTick(), xc->contextId(), stCondFailures);
/gem5/src/arch/arm/
H A Dlocked_mem.hh136 int stCondFailures = xc->readStCondFailures(); local
137 stCondFailures++;
138 xc->setStCondFailures(stCondFailures);
139 if (stCondFailures % 100000 == 0) {
142 xc->contextId(), stCondFailures);

Completed in 7 milliseconds