tlb.hh (9818:ebd7d3e04b5f) tlb.hh (10194:e6d2e8083d9c)
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

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

70
71 uint32_t configAddress;
72
73 public:
74
75 typedef X86TLBParams Params;
76 TLB(const Params *p);
77
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

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

70
71 uint32_t configAddress;
72
73 public:
74
75 typedef X86TLBParams Params;
76 TLB(const Params *p);
77
78 void takeOverFrom(BaseTLB *otlb) {}
79
78 TlbEntry *lookup(Addr va, bool update_lru = true);
79
80 void setConfigAddress(uint32_t addr);
81
82 protected:
83
84 EntryList::iterator lookupIt(Addr va, bool update_lru = true);
85

--- 82 unchanged lines hidden ---
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

--- 82 unchanged lines hidden ---