Deleted Added
sdiff udiff text old ( 8733:64a7bf8fa56c ) new ( 8832:247fee427324 )
full compact
1/*
2 * Copyright (c) 2010 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

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

336 /** Cached copy of the sctlr as it existed when translation began */
337 SCTLR sctlr;
338
339 WalkerState *currState;
340
341 /** If a timing translation is currently in progress */
342 bool pending;
343
344 public:
345 typedef ArmTableWalkerParams Params;
346 TableWalker(const Params *p);
347 virtual ~TableWalker();
348
349 const Params *
350 params() const
351 {

--- 36 unchanged lines hidden ---