tlb.cc (8797:3202eb01e01e) tlb.cc (8864:fe907afe14a3)
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

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

416{
417}
418
419void
420TLB::unserialize(Checkpoint *cp, const std::string &section)
421{
422}
423
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

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

416{
417}
418
419void
420TLB::unserialize(Checkpoint *cp, const std::string &section)
421{
422}
423
424Port *
425TLB::getPort()
426{
427 return walker->getPort("port");
428}
429
424} // namespace X86ISA
425
426X86ISA::TLB *
427X86TLBParams::create()
428{
429 return new X86ISA::TLB(this);
430}
430} // namespace X86ISA
431
432X86ISA::TLB *
433X86TLBParams::create()
434{
435 return new X86ISA::TLB(this);
436}