Deleted Added
sdiff udiff text old ( 7734:85a8198aa2ff ) new ( 7749:859e8bc1cdc2 )
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

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

203 Fault translateTiming(RequestPtr req, ThreadContext *tc,
204 Translation *translation, Mode mode);
205
206 // Checkpointing
207 void serialize(std::ostream &os);
208 void unserialize(Checkpoint *cp, const std::string &section);
209
210 void regStats();
211};
212
213/* namespace ArmISA */ }
214
215#endif // __ARCH_ARM_TLB_HH__