bop.hh (13717:11e81e2a98bd) bop.hh (13721:a80fcb3e1322)
1/**
2 * Copyright (c) 2018 Metempsy Technology Consulting
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;

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

146 void notifyFill(const PacketPtr& pkt) override;
147
148 public:
149
150 BOPPrefetcher(const BOPPrefetcherParams *p);
151 ~BOPPrefetcher() {}
152
153 void calculatePrefetch(const PrefetchInfo &pfi,
1/**
2 * Copyright (c) 2018 Metempsy Technology Consulting
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;

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

146 void notifyFill(const PacketPtr& pkt) override;
147
148 public:
149
150 BOPPrefetcher(const BOPPrefetcherParams *p);
151 ~BOPPrefetcher() {}
152
153 void calculatePrefetch(const PrefetchInfo &pfi,
154 std::vector &addresses);
154 std::vector<AddrPriority> &addresses) override;
155};
156
157#endif /* __MEM_CACHE_PREFETCH_BOP_HH__ */
155};
156
157#endif /* __MEM_CACHE_PREFETCH_BOP_HH__ */