Go to the documentation of this file.
42 #ifndef __CPU_TRANSLATION_HH__
43 #define __CPU_TRANSLATION_HH__
164 return mainReq->isStrictlyOrdered();
218 template <
class ExecContextPtr>
261 req->setTranslateLatency();
271 return xc->isSquashed();
277 #endif // __CPU_TRANSLATION_HH__
constexpr decltype(nullptr) NoFault
bool isPrefetch() const
Check if this request is a prefetch.
void setNoFault()
Remove all faults from the translation.
WholeTranslationState(const RequestPtr &_req, uint8_t *_data, uint64_t *_res, BaseMMU::Mode _mode)
Single translation state.
WholeTranslationState * state
WholeTranslationState(const RequestPtr &_req, const RequestPtr &_sreqLow, const RequestPtr &_sreqHigh, uint8_t *_data, uint64_t *_res, BaseMMU::Mode _mode)
Split translation state.
bool squashed() const
This function is used by the page table walker to determine if it should translate the a pending requ...
void markDelayed()
Signal the translation state that the translation has been delayed due to a hw page table walk.
bool finish(const Fault &fault, int index)
Finish part of a translation.
void deleteReqs()
Delete all requests that make up this translation.
void finish(const Fault &fault, const RequestPtr &req, ThreadContext *tc, BaseMMU::Mode mode)
Finish this part of the translation and indicate that the whole translation is complete if the state ...
ThreadContext is the external interface to all thread state for anything outside of the CPU.
std::shared_ptr< FaultBase > Fault
This class represents part of a data address translation.
std::shared_ptr< Request > RequestPtr
Addr getPaddr() const
Get the physical address of this request.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
unsigned getFlags()
Get the flags associated with this request.
This class captures the state of an address translation.
bool isStrictlyOrdered() const
Check if this request is strictly ordered device access.
DataTranslation(ExecContextPtr _xc, WholeTranslationState *_state)
Fault getFault() const
Determine whether this translation produced a fault.
DataTranslation(ExecContextPtr _xc, WholeTranslationState *_state, int _index)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Generated on Thu Jun 16 2022 10:41:49 for gem5 by doxygen 1.8.17