tlb.cc (11430:bd1c6789c33f) tlb.cc (11523:81332eb10367)
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;

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

71
72TLB::~TLB()
73{
74}
75
76void
77TLB::regStats()
78{
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;

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

71
72TLB::~TLB()
73{
74}
75
76void
77TLB::regStats()
78{
79 BaseTLB::regStats();
80
79 fetch_hits
80 .name(name() + ".fetch_hits")
81 .desc("ITB hits");
82 fetch_misses
83 .name(name() + ".fetch_misses")
84 .desc("ITB misses");
85 fetch_acv
86 .name(name() + ".fetch_acv")

--- 549 unchanged lines hidden ---
81 fetch_hits
82 .name(name() + ".fetch_hits")
83 .desc("ITB hits");
84 fetch_misses
85 .name(name() + ".fetch_misses")
86 .desc("ITB misses");
87 fetch_acv
88 .name(name() + ".fetch_acv")

--- 549 unchanged lines hidden ---