tlb.hh (7436:b578349f9371) tlb.hh (7461:5a07045d0af2)
1/*
2 * Copyright (c) 2010 ARM Limited
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

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

103 mutable Stats::Scalar read_acv;
104 mutable Stats::Scalar read_accesses;
105 mutable Stats::Scalar write_hits;
106 mutable Stats::Scalar write_misses;
107 mutable Stats::Scalar write_acv;
108 mutable Stats::Scalar write_accesses;
109 Stats::Formula hits;
110 Stats::Formula misses;
1/*
2 * Copyright (c) 2010 ARM Limited
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

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

103 mutable Stats::Scalar read_acv;
104 mutable Stats::Scalar read_accesses;
105 mutable Stats::Scalar write_hits;
106 mutable Stats::Scalar write_misses;
107 mutable Stats::Scalar write_acv;
108 mutable Stats::Scalar write_accesses;
109 Stats::Formula hits;
110 Stats::Formula misses;
111 Stats::Formula invalids;
112 Stats::Formula accesses;
113
114
115 public:
116 typedef ArmTLBParams Params;
117 TLB(const Params *p);
118
119 virtual ~TLB();

--- 70 unchanged lines hidden ---
111 Stats::Formula accesses;
112
113
114 public:
115 typedef ArmTLBParams Params;
116 TLB(const Params *p);
117
118 virtual ~TLB();

--- 70 unchanged lines hidden ---