Searched defs:qosValue (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/
H A Ddram_ctrl.hh695 inline void qosValue(const uint8_t qv) { _qosValue = qv; } function in class:DRAMCtrl::DRAMPacket
701 inline uint8_t qosValue() const { return _qosValue; } function in class:DRAMCtrl::DRAMPacket
H A Dpacket.hh703 inline uint8_t qosValue() const { return _qosValue; } function
711 inline void qosValue(const uint8_t qos_value) function

Completed in 14 milliseconds