fetch.hh (2863:2592e056dc5c) fetch.hh (2871:7ed5c9ef3eb6)
1/*
2 * Copyright (c) 2004-2006 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;

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

157 DefaultFetch(Params *params);
158
159 /** Returns the name of fetch. */
160 std::string name() const;
161
162 /** Registers statistics. */
163 void regStats();
164
1/*
2 * Copyright (c) 2004-2006 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;

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

157 DefaultFetch(Params *params);
158
159 /** Returns the name of fetch. */
160 std::string name() const;
161
162 /** Registers statistics. */
163 void regStats();
164
165 /** Returns the icache port. */
166 Port *getIcachePort() { return icachePort; }
167
165 /** Sets CPU pointer. */
166 void setCPU(O3CPU *cpu_ptr);
167
168 /** Sets the main backwards communication time buffer pointer. */
169 void setTimeBuffer(TimeBuffer<TimeStruct> *time_buffer);
170
171 /** Sets pointer to list of active threads. */
172 void setActiveThreads(std::list<unsigned> *at_ptr);

--- 298 unchanged lines hidden ---
168 /** Sets CPU pointer. */
169 void setCPU(O3CPU *cpu_ptr);
170
171 /** Sets the main backwards communication time buffer pointer. */
172 void setTimeBuffer(TimeBuffer<TimeStruct> *time_buffer);
173
174 /** Sets pointer to list of active threads. */
175 void setActiveThreads(std::list<unsigned> *at_ptr);

--- 298 unchanged lines hidden ---