pagetable.cc (5569:baeee670d4ce) pagetable.cc (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2006-2007 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

56 UNSERIALIZE_SCALAR(xwe);
57 UNSERIALIZE_SCALAR(asn);
58 UNSERIALIZE_SCALAR(asma);
59 UNSERIALIZE_SCALAR(fonr);
60 UNSERIALIZE_SCALAR(fonw);
61 UNSERIALIZE_SCALAR(valid);
62}
63
1/*
2 * Copyright (c) 2006-2007 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

56 UNSERIALIZE_SCALAR(xwe);
57 UNSERIALIZE_SCALAR(asn);
58 UNSERIALIZE_SCALAR(asma);
59 UNSERIALIZE_SCALAR(fonr);
60 UNSERIALIZE_SCALAR(fonw);
61 UNSERIALIZE_SCALAR(valid);
62}
63
64} //namespace AlphaISA
64} // namespace AlphaISA