table_walker.hh (8733:64a7bf8fa56c) table_walker.hh (8832:247fee427324)
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
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 /** Request id for requests generated by this walker */
345 MasterID masterId;
346
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 ---
347 public:
348 typedef ArmTableWalkerParams Params;
349 TableWalker(const Params *p);
350 virtual ~TableWalker();
351
352 const Params *
353 params() const
354 {

--- 36 unchanged lines hidden ---