tlb.hh (7799:5d0f62927d75) tlb.hh (7811:a8fc35183c10)
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

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

234 nmrr = tc->readMiscReg(MISCREG_NMRR);
235 dacr = tc->readMiscReg(MISCREG_DACR);
236 miscRegValid = true;
237 }
238public:
239 inline void invalidateMiscReg() { miscRegValid = false; }
240};
241
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

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

234 nmrr = tc->readMiscReg(MISCREG_NMRR);
235 dacr = tc->readMiscReg(MISCREG_DACR);
236 miscRegValid = true;
237 }
238public:
239 inline void invalidateMiscReg() { miscRegValid = false; }
240};
241
242/* namespace ArmISA */ }
242} // namespace ArmISA
243
244#endif // __ARCH_ARM_TLB_HH__
243
244#endif // __ARCH_ARM_TLB_HH__