pagetable.cc (6691:cd68b6ecd68d) pagetable.cc (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

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

74 UNSERIALIZE_SCALAR(PFN1);
75 UNSERIALIZE_SCALAR(D1);
76 UNSERIALIZE_SCALAR(V1);
77 UNSERIALIZE_SCALAR(C1);
78 UNSERIALIZE_SCALAR(AddrShiftAmount);
79 UNSERIALIZE_SCALAR(OffsetMask);
80}
81
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

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

74 UNSERIALIZE_SCALAR(PFN1);
75 UNSERIALIZE_SCALAR(D1);
76 UNSERIALIZE_SCALAR(V1);
77 UNSERIALIZE_SCALAR(C1);
78 UNSERIALIZE_SCALAR(AddrShiftAmount);
79 UNSERIALIZE_SCALAR(OffsetMask);
80}
81
82} // PowerISA namespace
82} // namespace PowerISA