Go to the documentation of this file.
32 #ifndef __ARCH_POWER_TLB_HH__
33 #define __ARCH_POWER_TLB_HH__
41 #include "params/PowerTLB.hh"
61 bool uncacheable,
bool read_only)
64 if (uncacheable || read_only)
65 warn(
"Power TlbEntry does not support uncacheable"
66 " or read-only mappings\n");
72 panic(
"unimplemented");
140 panic(
"demapPage unimplemented.\n");
167 #endif // __ARCH_POWER_TLB_HH__
PowerISA::PTE & index(bool advance=true)
#define UNSERIALIZE_SCALAR(scalar)
int probeEntry(Addr vpn, uint8_t) const
void insert(Addr vaddr, PowerISA::PTE &pte)
void unserialize(CheckpointIn &cp)
void takeOverFrom(BaseTLB *otlb) override
Take over from an old tlb context.
static bool validVirtualAddress(Addr vaddr)
void unserialize(CheckpointIn &cp) override
Unserialize an object.
void updateVaddr(Addr new_vaddr)
void serialize(CheckpointOut &cp) const
void flushAll() override
Remove all entries from the TLB.
std::multimap< Addr, int > PageTable
TlbEntry(Addr asn, Addr vaddr, Addr paddr, bool uncacheable, bool read_only)
ThreadContext is the external interface to all thread state for anything outside of the CPU.
PowerISA::PTE * lookup(Addr vpn, uint8_t asn) const
std::shared_ptr< FaultBase > Fault
Fault finalizePhysical(const RequestPtr &req, ThreadContext *tc, BaseMMU::Mode mode) const override
Do post-translation physical address finalization.
std::shared_ptr< Request > RequestPtr
void serialize(CheckpointOut &cp) const override
Serialize an object.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
PowerISA::PTE * getEntry(unsigned) const
#define SERIALIZE_SCALAR(scalar)
void insertAt(PowerISA::PTE &pte, unsigned Index, int _smallPages)
void demapPage(Addr vaddr, uint64_t asn) override
void translateTiming(const RequestPtr &req, ThreadContext *tc, BaseMMU::Translation *translation, BaseMMU::Mode mode) override
Fault translateInst(const RequestPtr &req, ThreadContext *tc)
static Fault checkCacheability(const RequestPtr &req)
Fault translateData(const RequestPtr &req, ThreadContext *tc, bool write)
std::ostream CheckpointOut
Fault translateAtomic(const RequestPtr &req, ThreadContext *tc, BaseMMU::Mode mode) override
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Fault translateFunctional(const RequestPtr &req, ThreadContext *tc, BaseMMU::Mode mode) override
#define panic(...)
This implements a cprintf based panic() function.
Generated on Thu Jun 16 2022 10:41:09 for gem5 by doxygen 1.8.17