pagetable.hh (6691:cd68b6ecd68d) pagetable.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2002-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

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

147 return (V0 | V1);
148 };
149
150 void serialize(std::ostream &os);
151
152 void unserialize(Checkpoint *cp, const std::string &section);
153};
154
1/*
2 * Copyright (c) 2002-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

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

147 return (V0 | V1);
148 };
149
150 void serialize(std::ostream &os);
151
152 void unserialize(Checkpoint *cp, const std::string &section);
153};
154
155} // PowerISA namespace
155} // namespace PowerISA
156
157#endif // __ARCH_POWER_PAGETABLE_H__
158
156
157#endif // __ARCH_POWER_PAGETABLE_H__
158