Searched refs:WholeTranslationState (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/
H A Dtranslation.hh61 class WholeTranslationState class
81 WholeTranslationState(const RequestPtr &_req, uint8_t *_data, function in class:WholeTranslationState
95 WholeTranslationState(const RequestPtr &_req, const RequestPtr &_sreqLow, function in class:WholeTranslationState
210 * the translation is held in WholeTranslationState (above). Therefore this
222 WholeTranslationState *state;
226 DataTranslation(ExecContextPtr _xc, WholeTranslationState* _state)
231 DataTranslation(ExecContextPtr _xc, WholeTranslationState* _state,
/gem5/src/cpu/simple/
H A Dtiming.cc453 WholeTranslationState *state =
454 new WholeTranslationState(req, req1, req2, new uint8_t[size],
464 WholeTranslationState *state =
465 new WholeTranslationState(req, new uint8_t[size], NULL, mode);
543 WholeTranslationState *state =
544 new WholeTranslationState(req, req1, req2, newData, res, mode);
553 WholeTranslationState *state =
554 new WholeTranslationState(req, newData, res, mode);
604 WholeTranslationState *state =
605 new WholeTranslationState(re
[all...]
H A Dtiming.hh323 void finishTranslation(WholeTranslationState *state);

Completed in 8 milliseconds