tlb.cc (13613:a19963be12ca) tlb.cc (13695:cce2b2b4466b)
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

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

450{
451 return walker;
452}
453
454void
455TLB::regStats()
456{
457 using namespace Stats;
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

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

450{
451 return walker;
452}
453
454void
455TLB::regStats()
456{
457 using namespace Stats;
458
458 BaseTLB::regStats();
459 rdAccesses
460 .name(name() + ".rdAccesses")
461 .desc("TLB accesses on read requests");
462
463 wrAccesses
464 .name(name() + ".wrAccesses")
465 .desc("TLB accesses on write requests");
466

--- 60 unchanged lines hidden ---
459 rdAccesses
460 .name(name() + ".rdAccesses")
461 .desc("TLB accesses on read requests");
462
463 wrAccesses
464 .name(name() + ".wrAccesses")
465 .desc("TLB accesses on write requests");
466

--- 60 unchanged lines hidden ---