stride.hh (12727:56c23b54bcb1) stride.hh (13422:4ec52da74cd5)
1/*
2 * Copyright (c) 2012-2013, 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 105 unchanged lines hidden (view full) ---

114 StrideEntry* pcTableVictim(Addr pc, int master_id);
115
116 Addr pcHash(Addr pc) const;
117 public:
118
119 StridePrefetcher(const StridePrefetcherParams *p);
120
121 void calculatePrefetch(const PacketPtr &pkt,
1/*
2 * Copyright (c) 2012-2013, 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 105 unchanged lines hidden (view full) ---

114 StrideEntry* pcTableVictim(Addr pc, int master_id);
115
116 Addr pcHash(Addr pc) const;
117 public:
118
119 StridePrefetcher(const StridePrefetcherParams *p);
120
121 void calculatePrefetch(const PacketPtr &pkt,
122 std::vector &addresses);
122 std::vector<AddrPriority> &addresses) override;
123};
124
125#endif // __MEM_CACHE_PREFETCH_STRIDE_HH__
123};
124
125#endif // __MEM_CACHE_PREFETCH_STRIDE_HH__