mshr.hh (6221:58a3c04e6344) mshr.hh (6227:a17798f2a52c)
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;

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

135 bool downstreamPending;
136
137 bool pendingInvalidate;
138 bool pendingShared;
139
140 /** Thread number of the miss. */
141 ThreadID threadNum;
142 /** The number of currently allocated targets. */
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;

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

135 bool downstreamPending;
136
137 bool pendingInvalidate;
138 bool pendingShared;
139
140 /** Thread number of the miss. */
141 ThreadID threadNum;
142 /** The number of currently allocated targets. */
143 short ntargets;
143 unsigned short ntargets;
144
145
146 /** Data buffer (if needed). Currently used only for pending
147 * upgrade handling. */
148 uint8_t *data;
149
150 /**
151 * Pointer to this MSHR on the ready list.

--- 112 unchanged lines hidden ---
144
145
146 /** Data buffer (if needed). Currently used only for pending
147 * upgrade handling. */
148 uint8_t *data;
149
150 /**
151 * Pointer to this MSHR on the ready list.

--- 112 unchanged lines hidden ---