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

/gem5/src/mem/
H A Dmem_checker.hh102 * The Transaction class captures the lifetimes of read and write
105 class Transaction class in class:MemChecker
109 Transaction(Serial _serial, function in class:MemChecker::Transaction
132 bool operator<(const Transaction& rhs) const
185 * Map of Serial --> Transaction of all writes in cluster; contains
188 std::unordered_map<Serial, Transaction> writes;
195 typedef std::list<Transaction> TransactionList;
215 Transaction(SERIAL_INITIAL, TICK_INITIAL, TICK_INITIAL,
315 * Transaction compatible classes, before a certain tick.
350 * Maintains a map of Serial -> Transaction fo
[all...]
H A Dmem_checker.cc69 MemChecker::Transaction(serial, _start, TICK_FUTURE, data)));
126 MemChecker::Transaction(serial, start, TICK_FUTURE)));
137 const Transaction& last_obs =
146 const Transaction& write = addr_write.second;

Completed in 6 milliseconds