tlb.hh (6023:47b4fcb10c11) tlb.hh (7461:5a07045d0af2)
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

100 mutable Stats::Scalar read_acv;
101 mutable Stats::Scalar read_accesses;
102 mutable Stats::Scalar write_hits;
103 mutable Stats::Scalar write_misses;
104 mutable Stats::Scalar write_acv;
105 mutable Stats::Scalar write_accesses;
106 Stats::Formula hits;
107 Stats::Formula misses;
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

100 mutable Stats::Scalar read_acv;
101 mutable Stats::Scalar read_accesses;
102 mutable Stats::Scalar write_hits;
103 mutable Stats::Scalar write_misses;
104 mutable Stats::Scalar write_acv;
105 mutable Stats::Scalar write_accesses;
106 Stats::Formula hits;
107 Stats::Formula misses;
108 Stats::Formula invalids;
109 Stats::Formula accesses;
110
111 public:
112 typedef MipsTLBParams Params;
113 TLB(const Params *p);
114
115 int probeEntry(Addr vpn,uint8_t) const;
116 MipsISA::PTE *getEntry(unsigned) const;

--- 38 unchanged lines hidden ---
108 Stats::Formula accesses;
109
110 public:
111 typedef MipsTLBParams Params;
112 TLB(const Params *p);
113
114 int probeEntry(Addr vpn,uint8_t) const;
115 MipsISA::PTE *getEntry(unsigned) const;

--- 38 unchanged lines hidden ---