base.hh (6227:a17798f2a52c) base.hh (6665:874f2ee2f115)
1/*
2 * Copyright (c) 2005 The Regents of The University of Michigan
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;

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

63 int blkSize;
64
65 /** Do we prefetch across page boundaries. */
66 bool pageStop;
67
68 /** Do we remove prefetches with later times than a new miss.*/
69 bool serialSquash;
70
1/*
2 * Copyright (c) 2005 The Regents of The University of Michigan
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;

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

63 int blkSize;
64
65 /** Do we prefetch across page boundaries. */
66 bool pageStop;
67
68 /** Do we remove prefetches with later times than a new miss.*/
69 bool serialSquash;
70
71 /** Do we check if it is in the cache when inserting into buffer,
72 or removing.*/
73 bool cacheCheckPush;
74
75 /** Do we prefetch on only data reads, or on inst reads as well. */
76 bool onlyData;
77
78 std::string _name;
79
80 public:
81
82 Stats::Scalar pfIdentified;

--- 58 unchanged lines hidden ---
71 /** Do we prefetch on only data reads, or on inst reads as well. */
72 bool onlyData;
73
74 std::string _name;
75
76 public:
77
78 Stats::Scalar pfIdentified;

--- 58 unchanged lines hidden ---