#include "sim/system.hh"
using namespace std;
-using namespace TheISA;
BadDevice::BadDevice(Params *p)
: BasicPioDevice(p), devname(p->devicename)
#include "sim/sim_exit.hh"
using namespace std;
-using namespace TheISA;
Platform::Platform(const Params *p)
: SimObject(p), intrctrl(p->intrctrl)
#include <set>
#include "sim/sim_object.hh"
-#include "arch/isa_traits.hh"
#include "params/Platform.hh"
class PciConfigAll;
#define __DEV_SIMPLE_DISK_HH__
#include "sim/sim_object.hh"
-#include "arch/isa_traits.hh"
#include "params/SimpleDisk.hh"
class DiskImage;
#include "base/printable.hh"
#include "sim/core.hh" // for Tick
-#include "arch/isa_traits.hh" // for Addr
#include "mem/packet.hh"
#include "mem/request.hh"
using namespace std;
-using namespace TheISA;
#define BUILD_CACHE(TAGS, tags) \
do { \
* Describes a tagged prefetcher based on template policies.
*/
-#include "arch/isa_traits.hh"
#include "mem/cache/prefetch/tagged.hh"
TaggedPrefetcher::TaggedPrefetcher(const BaseCacheParams *p)
#include <iostream>
#include <string>
+#include "arch/isa_traits.hh"
#include "arch/registers.hh"
#include "base/intmath.hh"
#include "base/misc.hh"