tlb.hh (7678:f19b6a3a8cec) tlb.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * Copyright (c) 2007-2008 The Florida State University
5 * Copyright (c) 2009 The University of Edinburgh
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

162 Translation *translation, Mode mode);
163
164 // Checkpointing
165 void serialize(std::ostream &os);
166 void unserialize(Checkpoint *cp, const std::string &section);
167 void regStats();
168};
169
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * Copyright (c) 2007-2008 The Florida State University
5 * Copyright (c) 2009 The University of Edinburgh
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

162 Translation *translation, Mode mode);
163
164 // Checkpointing
165 void serialize(std::ostream &os);
166 void unserialize(Checkpoint *cp, const std::string &section);
167 void regStats();
168};
169
170} // PowerISA namespace
170} // namespace PowerISA
171
172#endif // __ARCH_POWER_TLB_HH__
171
172#endif // __ARCH_POWER_TLB_HH__