Searched refs:_qosValue (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/
H A Dpacket.hh357 uint8_t _qosValue; variable
703 inline uint8_t qosValue() const { return _qosValue; }
712 { _qosValue = qos_value; }
801 _qosValue(0), headerDelay(0), snoopDelay(0),
823 _qosValue(0), headerDelay(0),
847 _qosValue(pkt->qosValue()),
H A Ddram_ctrl.hh689 uint8_t _qosValue; member in class:DRAMCtrl::DRAMPacket
695 inline void qosValue(const uint8_t qv) { _qosValue = qv; }
701 inline uint8_t qosValue() const { return _qosValue; }
741 bankRef(bank_ref), rankRef(rank_ref), _qosValue(_pkt->qosValue())

Completed in 14 milliseconds