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

/gem5/src/cpu/minor/
H A Dlsq.cc848 if (numUnissuedAccesses != 0 && lsq.state == LSQ::MemoryRunning) {
1232 state = MemoryRunning;
1282 return state == MemoryRunning &&
1366 /* Set state back to MemoryRunning so that the following
1371 state = MemoryRunning;
1404 state(MemoryRunning),
1731 case LSQ::MemoryRunning:
1732 os << "MemoryRunning";
H A Dlsq.hh72 MemoryRunning, /* Default. Step dcache queues when possible. */ enumerator in enum:Minor::LSQ::MemoryState

Completed in 12 milliseconds