Go to the documentation of this file.
38 #ifndef __ARCH_X86_TLB_HH__
39 #define __ARCH_X86_TLB_HH__
48 #include "params/X86TLB.hh"
121 bool &delayedResponse,
bool timing);
181 #endif // __ARCH_X86_TLB_HH__
EntryList::iterator lookupIt(Addr va, bool update_lru=true)
This is a simple scalar statistic, like a counter.
std::vector< TlbEntry > tlb
void unserialize(CheckpointIn &cp) override
Unserialize an object.
void translateTiming(const RequestPtr &req, ThreadContext *tc, BaseMMU::Translation *translation, BaseMMU::Mode mode) override
Fault translateAtomic(const RequestPtr &req, ThreadContext *tc, BaseMMU::Mode mode) override
statistics::Scalar rdMisses
void takeOverFrom(BaseTLB *otlb) override
Take over from an old tlb context.
Fault translateInt(bool read, RequestPtr req, ThreadContext *tc)
void serialize(CheckpointOut &cp) const override
Serialize an object.
Fault translateFunctional(const RequestPtr &req, ThreadContext *tc, BaseMMU::Mode mode) override
Fault finalizePhysical(const RequestPtr &req, ThreadContext *tc, BaseMMU::Mode mode) const override
Do post-translation physical address finalization.
void setConfigAddress(uint32_t addr)
ThreadContext is the external interface to all thread state for anything outside of the CPU.
std::shared_ptr< FaultBase > Fault
std::shared_ptr< Request > RequestPtr
gem5::X86ISA::TLB::TlbStats stats
statistics::Scalar wrMisses
Fault translate(const RequestPtr &req, ThreadContext *tc, BaseMMU::Translation *translation, BaseMMU::Mode mode, bool &delayedResponse, bool timing)
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
TlbEntry * lookup(Addr va, bool update_lru=true)
void demapPage(Addr va, uint64_t asn) override
TlbEntry * insert(Addr vpn, const TlbEntry &entry)
std::list< TlbEntry * > EntryList
statistics::Scalar rdAccesses
TlbStats(statistics::Group *parent)
Ports are used to interface objects to each other.
void flushAll() override
Remove all entries from the TLB.
Port * getTableWalkerPort() override
Get the table walker port.
statistics::Scalar wrAccesses
std::ostream CheckpointOut
The AddrRange class encapsulates an address range, and supports a number of tests to check if two ran...
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Generated on Thu Jun 16 2022 10:41:09 for gem5 by doxygen 1.8.17