Searched refs:prio (Results 1 - 9 of 9) sorted by relevance

/gem5/src/mem/qos/
H A Dmem_ctrl.hh298 * @param prio QoS Priority of the queue
301 uint64_t getReadQueueSize(const uint8_t prio) const
302 { return readQueueSizes[prio]; }
307 * @param prio QoS Priority of the queue
310 uint64_t getWriteQueueSize(const uint8_t prio) const
311 { return writeQueueSizes[prio]; }
330 * @param prio QoS Priority
333 Tick getServiceTick(const uint8_t prio) const { return serviceTick[prio]; }
440 "(packets %d)- current packets in prio
484 uint8_t prio = schedule(m.first, 0); local
[all...]
/gem5/src/dev/arm/
H A Dgic_v3_redistributor.cc97 uint8_t prio = irqPriority[int_id]; local
105 prio = (prio << 1) & 0xff;
109 value |= prio << (i * 8);
392 uint8_t prio = bits(data, (i + 1) * 8 - 1, (i * 8)); local
400 prio = 0x80 | (prio >> 1);
404 irqPriority[int_id] = prio;
789 if ((irqPriority[int_id] < cpuInterface->hppi.prio) ||
795 (irqPriority[int_id] == cpuInterface->hppi.prio
[all...]
H A Dvgic.hh244 unsigned int prio = 0xff; local
247 if ((vid->LR[i].State & LR_PENDING) && (vid->LR[i].Priority < prio)) {
249 prio = vid->LR[i].Priority;
H A Dgic_v3_cpu_interface.cc61 hppi.prio = 0xff;
76 hppi.prio = 0xff;
1650 if (hppi.prio == 0xff || !groupEnabled(hppi.group)) {
1676 if (hppi.prio == 0xff || !groupEnabled(hppi.group)) {
1815 uint32_t prio = hppi.prio & 0xf8; local
1816 int apr_bit = prio >> (8 - PRIORITY_BITS);
1864 uint8_t prio = ich_lr_el.Priority & 0xf8; local
1865 int apr_bit = prio >> (8 - VIRTUAL_PREEMPTION_BITS);
2139 uint8_t prio local
2161 uint8_t prio = ich_lr_el2.Priority; local
[all...]
H A Dgic_v3_distributor.cc311 uint8_t prio = irqPriority[int_id]; local
319 prio = (prio << 1) & 0xff;
323 val |= prio << (i * 8);
710 uint8_t prio = bits(data, (i + 1) * 8 - 1, (i * 8)); local
717 prio = 0x80 | (prio >> 1);
721 irqPriority[int_id] = prio;
1079 if ((irqPriority[int_id] < target_cpu_interface->hppi.prio) ||
1080 (irqPriority[int_id] == target_cpu_interface->hppi.prio
[all...]
H A Dgic_v3_cpu_interface.hh158 uint8_t prio; member in struct:Gicv3CPUInterface::__anon4
/gem5/src/mem/cache/prefetch/
H A Dqueued.hh79 * @param prio This prefetch priority
82 int32_t prio) : owner(o), pfInfo(pfi), tick(t), pkt(nullptr),
83 priority(prio), translationRequest() {
81 DeferredPacket(QueuedPrefetcher *o, PrefetchInfo const &pfi, Tick t, int32_t prio) argument
/gem5/util/style/
H A Dsort_includes.py188 for prio, keys in enumerate(self.block_order):
190 self.block_priority[key] = prio
/gem5/src/mem/
H A Ddram_ctrl.cc1446 uint8_t prio = numPriorities();
1451 prio--;
1455 prio, queue->size());
1529 uint8_t prio = numPriorities();
1534 prio--;
1538 prio, queue->size());

Completed in 31 milliseconds