tlb.hh (8229:78bf55f23338) tlb.hh (8752:28e899b7dee3)
1/*
2 * Copyright (c) 2007 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

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

80 TlbEntry *lookup(Addr va, bool update_lru = true);
81
82 void setConfigAddress(uint32_t addr);
83
84 protected:
85
86 EntryList::iterator lookupIt(Addr va, bool update_lru = true);
87
1/*
2 * Copyright (c) 2007 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

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

80 TlbEntry *lookup(Addr va, bool update_lru = true);
81
82 void setConfigAddress(uint32_t addr);
83
84 protected:
85
86 EntryList::iterator lookupIt(Addr va, bool update_lru = true);
87
88#if FULL_SYSTEM
89 protected:
90
91 Walker * walker;
88 Walker * walker;
89
92 public:
93 Walker *getWalker();
90 public:
91 Walker *getWalker();
94#endif
95
92
96 public:
97 void invalidateAll();
98
99 void invalidateNonGlobal();
100
101 void demapPage(Addr va, uint64_t asn);
102
103 protected:
104 int size;

--- 32 unchanged lines hidden ---
93 void invalidateAll();
94
95 void invalidateNonGlobal();
96
97 void demapPage(Addr va, uint64_t asn);
98
99 protected:
100 int size;

--- 32 unchanged lines hidden ---