Sequencer.hh (9507:d2ab6d889fc7) Sequencer.hh (9563:08d097040f90)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

111
112 void print(std::ostream& out) const;
113 void printStats(std::ostream& out) const;
114 void checkCoherence(const Address& address);
115
116 void markRemoved();
117 void removeRequest(SequencerRequest* request);
118 void evictionCallback(const Address& address);
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

111
112 void print(std::ostream& out) const;
113 void printStats(std::ostream& out) const;
114 void checkCoherence(const Address& address);
115
116 void markRemoved();
117 void removeRequest(SequencerRequest* request);
118 void evictionCallback(const Address& address);
119 void invalidateSC(const Address& address);
119
120 void recordRequestType(SequencerRequestType requestType);
121
122 private:
123 void issueRequest(PacketPtr pkt, RubyRequestType type);
124
125 void hitCallback(SequencerRequest* request,
126 GenericMachineType mach,

--- 58 unchanged lines hidden ---
120
121 void recordRequestType(SequencerRequestType requestType);
122
123 private:
124 void issueRequest(PacketPtr pkt, RubyRequestType type);
125
126 void hitCallback(SequencerRequest* request,
127 GenericMachineType mach,

--- 58 unchanged lines hidden ---