38 #ifndef __ARCH_X86_TLB_HH__ 39 #define __ARCH_X86_TLB_HH__ 48 #include "params/X86TLB.hh" 79 EntryList::iterator
lookupIt(
Addr va,
bool update_lru =
true);
114 bool &delayedResponse,
bool timing);
148 Mode mode)
const override;
175 #endif // __ARCH_X86_TLB_HH__ Ports are used to interface objects to each other.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
void setConfigAddress(uint32_t addr)
Port * getTableWalkerPort() override
Get the table walker port.
std::vector< TlbEntry > tlb
Declaration of a request, the overall memory request consisting of the parts of the request that are ...
std::shared_ptr< Request > RequestPtr
Fault finalizePhysical(const RequestPtr &req, ThreadContext *tc, Mode mode) const override
Do post-translation physical address finalization.
Fault translate(const RequestPtr &req, ThreadContext *tc, Translation *translation, Mode mode, bool &delayedResponse, bool timing)
ThreadContext is the external interface to all thread state for anything outside of the CPU...
This is a simple scalar statistic, like a counter.
The AddrRange class encapsulates an address range, and supports a number of tests to check if two ran...
void regStats() override
Callback to set stat parameters.
void translateTiming(const RequestPtr &req, ThreadContext *tc, Translation *translation, Mode mode) override
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
EntryList::iterator lookupIt(Addr va, bool update_lru=true)
Fault translateAtomic(const RequestPtr &req, ThreadContext *tc, Mode mode) override
void flushAll() override
Remove all entries from the TLB.
TlbEntry * lookup(Addr va, bool update_lru=true)
std::ostream CheckpointOut
void serialize(CheckpointOut &cp) const override
Serialize an object.
This is exposed globally, independent of the ISA.
void demapPage(Addr va, uint64_t asn) override
Fault translateInt(bool read, RequestPtr req, ThreadContext *tc)
void takeOverFrom(BaseTLB *otlb) override
Take over from an old tlb context.
std::list< TlbEntry * > EntryList
Fault translateFunctional(const RequestPtr &req, ThreadContext *tc, Mode mode) override
std::shared_ptr< FaultBase > Fault
TlbEntry * insert(Addr vpn, const TlbEntry &entry)