timing.hh (2839:d5dd8a3cdea0) timing.hh (2856:89691405ec9c)
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;

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

125 IcachePort icachePort;
126 DcachePort dcachePort;
127
128 Packet *ifetch_pkt;
129 Packet *dcache_pkt;
130
131 public:
132
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;

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

125 IcachePort icachePort;
126 DcachePort dcachePort;
127
128 Packet *ifetch_pkt;
129 Packet *dcache_pkt;
130
131 public:
132
133 virtual Port *getPort(const std::string &if_name, int idx = -1);
134
133 virtual void serialize(std::ostream &os);
134 virtual void unserialize(Checkpoint *cp, const std::string &section);
135
136 virtual bool drain(Event *drain_event);
137 virtual void resume();
138 virtual void setMemoryMode(State new_mode);
139
140 void switchOut();

--- 20 unchanged lines hidden ---
135 virtual void serialize(std::ostream &os);
136 virtual void unserialize(Checkpoint *cp, const std::string &section);
137
138 virtual bool drain(Event *drain_event);
139 virtual void resume();
140 virtual void setMemoryMode(State new_mode);
141
142 void switchOut();

--- 20 unchanged lines hidden ---