Go to the documentation of this file.
41 #ifndef __ARCH_ARM_MMU_HH__
42 #define __ARCH_ARM_MMU_HH__
49 #include "enums/ArmLookupLevel.hh"
51 #include "params/ArmMMU.hh"
215 MMU(
const ArmMMUParams &
p);
217 void init()
override;
265 Translation *translation,
Mode mode,
272 Translation *translation,
bool &delay,
bool timing,
bool functional,
277 Translation *translation,
bool &delay,
281 Translation *translation,
bool &delay,
bool timing,
289 bool call_from_s2, CachedState &
state);
300 template <
typename OP>
304 if (tlbi_op.stage1Flush()) {
308 if (tlbi_op.stage2Flush()) {
313 template <
typename OP>
328 template <
typename OP>
336 template <
typename OP>
348 template <
typename OP>
408 bool secure,
bool functional,
414 Translation *translation,
bool timing,
bool functional,
419 Translation *translation,
bool timing,
bool functional,
425 Translation *translation,
bool timing,
441 TCR tcr,
bool is_inst, CachedState&
state);
514 auto mmu =
static_cast<MMU *
>(tc->getMMUPtr());
522 #endif // __ARCH_ARM_MMU_HH__
This is a simple scalar statistic, like a counter.
Fault finalizePhysical(const RequestPtr &req, ThreadContext *tc, Mode mode) const override
void flush(const OP &tlbi_op)
enums::ArmLookupLevel LookupLevel
std::pair< bool, bool > s2PermBits64(TlbEntry *te, const RequestPtr &req, Mode mode, ThreadContext *tc, CachedState &state, bool r, bool w, bool x)
statistics::Scalar domainFaults
Fault getTE(TlbEntry **te, const RequestPtr &req, ThreadContext *tc, Mode mode, Translation *translation, bool timing, bool functional, bool is_secure, ArmTranslationType tran_type, bool stage2)
TableWalker * dtbStage2Walker
void updateMiscReg(ThreadContext *tc, ArmTranslationType tran_type)
Fault getResultTe(TlbEntry **te, const RequestPtr &req, ThreadContext *tc, Mode mode, Translation *translation, bool timing, bool functional, TlbEntry *mergeTe, CachedState &state)
Addr purifyTaggedAddr(Addr vaddr_tainted, ThreadContext *tc, ExceptionLevel el, TCR tcr, bool is_inst, CachedState &state)
ArmISA::TLB * getDTBPtr() const
Fault testWalk(Addr pa, Addr size, Addr va, bool is_secure, Mode mode, TlbEntry::DomainType domain, LookupLevel lookup_level, bool stage2)
MMU(const ArmMMUParams &p)
void init() override
init() is called after all C++ SimObjects have been created and all ports are connected.
CachedState(MMU *_mmu, bool stage2)
statistics::Scalar permsFaults
ArmTranslationType curTranType
TableWalker * itbStage2Walker
virtual Fault translateFunctional(const RequestPtr &req, ThreadContext *tc, Mode mode)
Fault translateFs(const RequestPtr &req, ThreadContext *tc, Mode mode, Translation *translation, bool &delay, bool timing, ArmTranslationType tran_type, bool functional, CachedState &state)
Fault translateComplete(const RequestPtr &req, ThreadContext *tc, Translation *translation, Mode mode, ArmTranslationType tran_type, bool call_from_s2)
TableWalker * getTableWalker(BaseMMU::Mode mode, bool stage2) const
statistics::Scalar prefetchFaults
void iflush(const OP &tlbi_op)
ThreadContext is the external interface to all thread state for anything outside of the CPU.
void setTestInterface(SimObject *ti)
std::shared_ptr< FaultBase > Fault
std::set< BaseTLB * > unified
static ExceptionLevel tranTypeEL(CPSR cpsr, ArmTranslationType type)
Determine the EL to use for the purpose of a translation given a specific translation type.
Fault translateSe(const RequestPtr &req, ThreadContext *tc, Mode mode, Translation *translation, bool &delay, bool timing, CachedState &state)
void flush(const TLBIALL &tlbi_op)
Reset the entire TLB.
std::shared_ptr< Request > RequestPtr
void flushStage2(const OP &tlbi_op)
Memoizer< int, ThreadContext *, bool, bool, TCR, ExceptionLevel > computeAddrTop
This class takes a function as a constructor argument and memoizes it: every time the function gets i...
Fault translateAtomic(const RequestPtr &req, ThreadContext *tc, Mode mode) override
void drainResume() override
Resume execution after a successful drain.
void dflush(const OP &tlbi_op)
Abstract superclass for simulation objects.
Fault translateMmuOff(ThreadContext *tc, const RequestPtr &req, Mode mode, ArmTranslationType tran_type, Addr vaddr, bool long_desc_format, CachedState &state)
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
void flushAll() override
Reset the entire TLB.
bool checkWalkCache() const
std::set< BaseTLB * > instruction
It is possible from the MMU to traverse the entire hierarchy of TLBs, starting from the DTB and ITB (...
bool faultPAN(ThreadContext *tc, uint8_t ap, const RequestPtr &req, Mode mode, const bool is_priv, CachedState &state)
ArmISA::TLB * getITBPtr() const
TLB * getTlb(BaseMMU::Mode mode, bool stage2) const
void translateTiming(const RequestPtr &req, ThreadContext *tc, Translation *translation, Mode mode) override
Fault testTranslation(const RequestPtr &req, Mode mode, TlbEntry::DomainType domain, CachedState &state)
TranslationGenPtr translateFunctional(Addr start, Addr size, ThreadContext *tc, Mode mode, Request::Flags flags) override
Returns a translation generator for a region of virtual addresses, instead of directly translating a ...
bool checkPAN(ThreadContext *tc, uint8_t ap, const RequestPtr &req, Mode mode, const bool is_priv, CachedState &state)
int ContextID
Globally unique thread context ID.
vmid_t getVMID(ThreadContext *tc) const
Returns the current VMID (information stored in the VTTBR_EL2 register)
Fault checkPermissions(TlbEntry *te, const RequestPtr &req, Mode mode, bool stage2)
void flushStage1(const OP &tlbi_op)
CachedState & updateMiscReg(ThreadContext *tc, ArmTranslationType tran_type, bool stage2)
CachedState & operator=(const CachedState &rhs)
void setAttr(uint64_t attr)
Accessor functions for memory attributes for last accessed TLB entry.
const ArmRelease * release() const
void takeOverFrom(BaseMMU *old_mmu) override
The AddrRange class encapsulates an address range, and supports a number of tests to check if two ran...
Fault translateMmuOn(ThreadContext *tc, const RequestPtr &req, Mode mode, Translation *translation, bool &delay, bool timing, bool functional, Addr vaddr, ArmFault::TranMethod tranMethod, CachedState &state)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
const ArmRelease * _release
gem5::ArmISA::MMU::Stats stats
bool hasWalkCache() const
bool isCompleteTranslation(TlbEntry *te) const
Stats(statistics::Group *parent)
statistics::Scalar alignFaults
TlbEntry * lookup(Addr vpn, uint16_t asn, vmid_t vmid, bool hyp, bool secure, bool functional, bool ignore_asn, ExceptionLevel target_el, bool in_host, bool stage2, BaseMMU::Mode mode)
Lookup an entry in the TLB.
std::set< BaseTLB * > data
std::unique_ptr< TranslationGen > TranslationGenPtr
Fault checkPermissions64(TlbEntry *te, const RequestPtr &req, Mode mode, ThreadContext *tc, bool stage2)
std::pair< bool, bool > s1PermBits64(TlbEntry *te, const RequestPtr &req, Mode mode, ThreadContext *tc, CachedState &state, bool r, bool w, bool x)
Generated on Wed Jul 13 2022 10:39:09 for gem5 by doxygen 1.8.17