Deleted Added
sdiff udiff text old ( 8737:770ccf3af571 ) new ( 8850:ed91b534ed04 )
full compact
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;

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

226 IcachePort icachePort;
227 DcachePort dcachePort;
228
229 PacketPtr ifetch_pkt;
230 PacketPtr dcache_pkt;
231
232 Tick previousTick;
233
234 public:
235
236 virtual Port *getPort(const std::string &if_name, int idx = -1);
237
238 virtual void serialize(std::ostream &os);
239 virtual void unserialize(Checkpoint *cp, const std::string &section);
240
241 virtual unsigned int drain(Event *drain_event);
242 virtual void resume();
243
244 void switchOut();
245 void takeOverFrom(BaseCPU *oldCPU);

--- 44 unchanged lines hidden ---