tlb.hh (10873:7c972b9aea16) tlb.hh (10905:a6ca6831e775)
1/*
2 * Copyright (c) 2010-2013 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

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

282 Fault translateComplete(RequestPtr req, ThreadContext *tc,
283 Translation *translation, Mode mode, ArmTranslationType tranType,
284 bool callFromS2);
285 Fault finalizePhysical(RequestPtr req, ThreadContext *tc, Mode mode) const;
286
287 void drainResume();
288
289 // Checkpointing
1/*
2 * Copyright (c) 2010-2013 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

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

282 Fault translateComplete(RequestPtr req, ThreadContext *tc,
283 Translation *translation, Mode mode, ArmTranslationType tranType,
284 bool callFromS2);
285 Fault finalizePhysical(RequestPtr req, ThreadContext *tc, Mode mode) const;
286
287 void drainResume();
288
289 // Checkpointing
290 void serialize(std::ostream &os);
291 void unserialize(Checkpoint *cp, const std::string &section);
290 void serialize(CheckpointOut &cp) const M5_ATTR_OVERRIDE;
291 void unserialize(CheckpointIn &cp) M5_ATTR_OVERRIDE;
292
293 void regStats();
294
295 void regProbePoints() M5_ATTR_OVERRIDE;
296
297 /**
298 * Get the table walker master port. This is used for migrating
299 * port connections during a CPU takeOverFrom() call. For

--- 65 unchanged lines hidden ---
292
293 void regStats();
294
295 void regProbePoints() M5_ATTR_OVERRIDE;
296
297 /**
298 * Get the table walker master port. This is used for migrating
299 * port connections during a CPU takeOverFrom() call. For

--- 65 unchanged lines hidden ---