Deleted Added
sdiff udiff text old ( 9535:508aebb47ca6 ) new ( 9738:304a37519d11 )
full compact
1/*
2 * Copyright (c) 2010-2012 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

202 Fault translateFs(RequestPtr req, ThreadContext *tc, Mode mode,
203 Translation *translation, bool &delay,
204 bool timing, bool functional = false);
205 Fault translateSe(RequestPtr req, ThreadContext *tc, Mode mode,
206 Translation *translation, bool &delay, bool timing);
207 Fault translateAtomic(RequestPtr req, ThreadContext *tc, Mode mode);
208 Fault translateTiming(RequestPtr req, ThreadContext *tc,
209 Translation *translation, Mode mode);
210 Fault finalizePhysical(RequestPtr req, ThreadContext *tc, Mode mode) const;
211
212 void drainResume();
213
214 // Checkpointing
215 void serialize(std::ostream &os);
216 void unserialize(Checkpoint *cp, const std::string &section);
217
218 void regStats();

--- 48 unchanged lines hidden ---