tlb.hh (9535:508aebb47ca6) tlb.hh (9738:304a37519d11)
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);
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;
210
211 void drainResume();
212
213 // Checkpointing
214 void serialize(std::ostream &os);
215 void unserialize(Checkpoint *cp, const std::string &section);
216
217 void regStats();

--- 48 unchanged lines hidden ---
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 ---