cache.hh (4905:0ccda2bb3be7) cache.hh (4908:771ec077a955)
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;

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

185 bool already_copied);
186
187 /**
188 * Sets the blk to the new state.
189 * @param blk The cache block being snooped.
190 * @param new_state The new coherence state for the block.
191 */
192 void handleSnoop(PacketPtr ptk, BlkType *blk,
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;

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

185 bool already_copied);
186
187 /**
188 * Sets the blk to the new state.
189 * @param blk The cache block being snooped.
190 * @param new_state The new coherence state for the block.
191 */
192 void handleSnoop(PacketPtr ptk, BlkType *blk,
193 bool is_timing, bool is_deferred,
194 bool lower_mshr_pending);
193 bool is_timing, bool is_deferred);
195
196 /**
197 * Create a writeback request for the given block.
198 * @param blk The block to writeback.
199 * @return The writeback request for the block.
200 */
201 PacketPtr writebackBlk(BlkType *blk);
202

--- 128 unchanged lines hidden ---
194
195 /**
196 * Create a writeback request for the given block.
197 * @param blk The block to writeback.
198 * @return The writeback request for the block.
199 */
200 PacketPtr writebackBlk(BlkType *blk);
201

--- 128 unchanged lines hidden ---