gem5
v20.1.0.0
|
#include <iostream>
#include "cpu/testers/rubytest/RubyTester.hh"
#include "mem/ruby/common/Address.hh"
#include "mem/ruby/protocol/RubyAccessMode.hh"
#include "mem/ruby/protocol/TesterStatus.hh"
Go to the source code of this file.
Classes | |
class | Check |
Functions | |
std::ostream & | operator<< (std::ostream &out, const Check &obj) |
Variables | |
const int | CHECK_SIZE_BITS = 2 |
const int | CHECK_SIZE = (1 << CHECK_SIZE_BITS) |
|
inline |
Definition at line 82 of file Check.hh.
References Check::print().
const int CHECK_SIZE = (1 << CHECK_SIZE_BITS) |
Definition at line 43 of file Check.hh.
Referenced by CheckTable::addCheck(), CheckTable::CheckTable(), Check::initiateCheck(), Check::initiateFlush(), and Check::performCallback().
const int CHECK_SIZE_BITS = 2 |
Definition at line 42 of file Check.hh.
Referenced by CheckTable::addCheck().