Prefetcher.hh (9363:e2616dc035ce) | Prefetcher.hh (9466:23e13ad7091f) |
---|---|
1/* 2 * Copyright (c) 1999-2012 Mark D. Hill and David A. Wood 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions are 7 * met: redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer; --- 22 unchanged lines hidden (view full) --- 31 32// Implements Power 4 like prefetching 33 34#include <bitset> 35 36#include "base/statistics.hh" 37#include "mem/ruby/buffers/MessageBuffer.hh" 38#include "mem/ruby/common/Address.hh" | 1/* 2 * Copyright (c) 1999-2012 Mark D. Hill and David A. Wood 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions are 7 * met: redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer; --- 22 unchanged lines hidden (view full) --- 31 32// Implements Power 4 like prefetching 33 34#include <bitset> 35 36#include "base/statistics.hh" 37#include "mem/ruby/buffers/MessageBuffer.hh" 38#include "mem/ruby/common/Address.hh" |
39#include "mem/ruby/common/Global.hh" | |
40#include "mem/ruby/slicc_interface/AbstractController.hh" 41#include "mem/ruby/slicc_interface/RubyRequest.hh" | 39#include "mem/ruby/slicc_interface/AbstractController.hh" 40#include "mem/ruby/slicc_interface/RubyRequest.hh" |
41#include "mem/ruby/system/System.hh" |
|
42#include "params/Prefetcher.hh" 43#include "sim/sim_object.hh" 44 45#define MAX_PF_INFLIGHT 8 46 47class PrefetchEntry 48{ 49 public: --- 161 unchanged lines hidden --- | 42#include "params/Prefetcher.hh" 43#include "sim/sim_object.hh" 44 45#define MAX_PF_INFLIGHT 8 46 47class PrefetchEntry 48{ 49 public: --- 161 unchanged lines hidden --- |