tlb.cc (7741:340b6f01d69b) tlb.cc (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2001-2005 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;

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

1403 tlb[x].unserialize(cp, csprintf("%s.PTE%d", section, x));
1404 if (tlb[x].valid)
1405 lookupTable.insert(tlb[x].range, &tlb[x]);
1406
1407 }
1408 UNSERIALIZE_SCALAR(sfar);
1409}
1410
1/*
2 * Copyright (c) 2001-2005 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;

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

1403 tlb[x].unserialize(cp, csprintf("%s.PTE%d", section, x));
1404 if (tlb[x].valid)
1405 lookupTable.insert(tlb[x].range, &tlb[x]);
1406
1407 }
1408 UNSERIALIZE_SCALAR(sfar);
1409}
1410
1411/* end namespace SparcISA */ }
1411} // namespace SparcISA
1412
1413SparcISA::TLB *
1414SparcTLBParams::create()
1415{
1416 return new SparcISA::TLB(this);
1417}
1412
1413SparcISA::TLB *
1414SparcTLBParams::create()
1415{
1416 return new SparcISA::TLB(this);
1417}