cache.hh (3194:a304c81d654d) cache.hh (3208:97d9cc1e626f)
1/*
2 * Copyright (c) 2002-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;

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

98 */
99 int hitLatency;
100
101 /**
102 * A permanent mem req to always be used to cause invalidations.
103 * Used to append to target list, to cause an invalidation.
104 */
105 Packet * invalidatePkt;
1/*
2 * Copyright (c) 2002-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;

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

98 */
99 int hitLatency;
100
101 /**
102 * A permanent mem req to always be used to cause invalidations.
103 * Used to append to target list, to cause an invalidation.
104 */
105 Packet * invalidatePkt;
106 Request *invalidateReq;
106
107 /**
108 * Temporarily move a block into a MSHR.
109 * @todo Remove this when LSQ/SB are fixed and implemented in memtest.
110 */
111 void pseudoFill(Addr addr);
112
113 /**

--- 155 unchanged lines hidden ---
107
108 /**
109 * Temporarily move a block into a MSHR.
110 * @todo Remove this when LSQ/SB are fixed and implemented in memtest.
111 */
112 void pseudoFill(Addr addr);
113
114 /**

--- 155 unchanged lines hidden ---