tlb.cc (7775:8e8fa2f28f2e) tlb.cc (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2007-2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

732{
733}
734
735void
736TLB::unserialize(Checkpoint *cp, const std::string &section)
737{
738}
739
1/*
2 * Copyright (c) 2007-2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

732{
733}
734
735void
736TLB::unserialize(Checkpoint *cp, const std::string &section)
737{
738}
739
740/* end namespace X86ISA */ }
740} // namespace X86ISA
741
742X86ISA::TLB *
743X86TLBParams::create()
744{
745 return new X86ISA::TLB(this);
746}
741
742X86ISA::TLB *
743X86TLBParams::create()
744{
745 return new X86ISA::TLB(this);
746}