Searched refs:qosValue (Results 1 - 6 of 6) sorted by relevance

/gem5/src/mem/qos/
H A Dmem_ctrl.cc236 pkt->qosValue());
237 return pkt->qosValue();
H A Dmem_ctrl.hh396 pkt->qosValue(tgt_prio);
475 pkt->qosValue(pkt_priority);
H A Dmem_sink.cc182 pkt->qosValue(),
287 pkt->qosValue(),
/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
741 bankRef(bank_ref), rankRef(rank_ref), _qosValue(_pkt->qosValue())
H A Dpacket.hh703 inline uint8_t qosValue() const { return _qosValue; } function
711 inline void qosValue(const uint8_t qos_value) function
847 _qosValue(pkt->qosValue()),
H A Ddram_ctrl.cc483 readQueue[dram_pkt->qosValue()].push_back(dram_pkt);
488 logRequest(MemCtrl::READ, pkt->masterId(), pkt->qosValue(),
549 writeQueue[dram_pkt->qosValue()].push_back(dram_pkt);
553 logRequest(MemCtrl::WRITE, pkt->masterId(), pkt->qosValue(),
1493 dram_pkt->qosValue(), dram_pkt->getAddr(), 1,
1515 readQueue[dram_pkt->qosValue()].erase(to_read);
1593 dram_pkt->qosValue(), dram_pkt->getAddr(), 1,
1598 writeQueue[dram_pkt->qosValue()].erase(to_write);

Completed in 35 milliseconds