Searched refs:busy (Results 1 - 24 of 24) sorted by relevance

/gem5/src/dev/arm/
H A Dsmmu_v3_cmdexec.hh53 bool busy; member in class:SMMUCommandExecProcess
60 busy(false)
67 bool isBusy() const { return busy; }
H A Dsmmu_v3_cmdexec.cc56 busy = true;
84 busy = false;
/gem5/src/gpu-compute/
H A Dcondition_register_state.cc47 busy.clear();
61 busy.resize(_size, 0);
71 // mark the register as busy
H A Dcondition_register_state.hh79 busy.at(regIdx) = value;
85 uint8_t status = busy.at(idx);
97 // flag indicating if a register is busy
98 std::vector<uint8_t> busy; member in class:ConditionRegisterState
H A Dvector_register_file.cc61 busy.clear();
62 busy.resize(numRegsPerSimd, 0);
91 uint8_t status = busy.at(idx);
94 status = status | (busy.at((idx + 1) % numRegs()));
113 busy.at(regIdx) = value;
116 busy.at((regIdx + 1) % numRegs()) = value;
167 // mark the destination vector register as busy
174 // set the destination register as busy now but when
H A Dvector_register_file.hh134 // flag indicating if a register is busy
135 std::vector<uint8_t> busy; member in class:VrfAccessType::VectorRegisterFile
136 // flag indicating if a register will be busy (by instructions
H A Dshader.hh164 // Check to see if shader is busy
165 bool busy();
H A Dshader.cc303 Shader::busy() function in class:Shader
327 if (busy()) {
/gem5/src/dev/net/
H A Detherbus.hh72 bool busy() const { return (bool)packet; } function in class:EtherBus
H A Detherlink.hh115 bool busy() const { return (bool)packet; } function in class:EtherLink::Link
137 bool isBusy() { return txlink->busy(); }
H A Ddist_etherlink.cc159 assert(!busy());
183 assert(!busy());
191 if (busy()) {
192 DPRINTF(DistEthernet, "packet not sent, link busy\n");
H A Ddist_etherlink.hh95 bool busy() const { return (bool)packet; } function in class:DistEtherLink::Link
194 bool isBusy() { return txLink->busy(); }
H A Detherbus.cc93 if (busy()) {
94 DPRINTF(Ethernet, "ethernet packet not sent, bus busy\n", curTick());
H A Detherlink.cc156 assert(!busy());
181 if (busy()) {
182 DPRINTF(Ethernet, "packet not sent, link busy\n");
H A Dsinic.cc165 //add stats for average number of vnics busy
358 panic("receive machine busy with another request! rxState=%s",
398 panic("transmit machine busy with another request! txState=%s",
757 bool busy = Regs::get_RxDone_Busy(vn->RxDone); local
763 if (busy && dirty)
764 status = "busy,dirty";
765 else if (busy)
766 status = "busy";
778 } else if (busy) {
/gem5/src/mem/ruby/system/
H A DDMASequencer.hh65 bool busy() { return m_outstanding_count > 0; } function in class:DMASequencer
/gem5/src/systemc/core/
H A Dsc_event.cc42 sc_event_and_list::sc_event_and_list() : autoDelete(false), busy(0) {}
45 events(eal.events), autoDelete(false), busy(0)
54 autoDelete(auto_delete), busy(0)
127 sc_event_or_list::sc_event_or_list() : autoDelete(false), busy(0) {}
130 events(eol.events), autoDelete(false), busy(0)
139 autoDelete(auto_delete), busy(0)
/gem5/src/dev/sparc/
H A Diob.cc155 data = jIntBusy[index].busy ? 1 << 5 : 0 |
161 data = jIntBusy[cpuid].busy ? 1 << 5 : 0 |
247 jIntBusy[index].busy = bits(data,5,5);
248 DPRINTF(Iob, "Wrote jIntBusy index %d busy: %d\n", index,
249 jIntBusy[index].busy);
254 jIntBusy[cpuid].busy = bits(data,5,5);
255 DPRINTF(Iob, "Wrote jIntBusy index %d busy: %d\n", cpuid,
256 jIntBusy[cpuid].busy);
315 if (jIntBusy[cpu_id].busy)
321 jIntBusy[cpu_id].busy
[all...]
H A Diob.hh102 bool busy; member in struct:Iob::IntBusy
/gem5/src/dev/pci/
H A Dcopy_engine.cc83 ce(_ce), channelId(cid), busy(false), underReset(false),
142 assert(!busy);
149 if (!busy) {
156 if (busy)
252 pkt->setLE<uint64_t>(cr.status() | (busy ? 0 : 1));
459 busy = true;
486 busy = false;
561 busy = false;
568 busy = false;
617 busy
[all...]
H A Dcopy_engine.hh73 bool busy; member in class:CopyEngine::CopyEngineChannel
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.h157 bool busy() const;
530 if( busy() || that.busy() )
563 sc_event_list::busy() const function in class:sc_core::sc_event_list
613 if( busy() )
624 if( busy() )
732 if( busy() )
743 if( busy() )
/gem5/src/systemc/ext/core/
H A Dsc_event.hh92 mutable unsigned busy; member in class:sc_core::sc_event_and_list
124 mutable unsigned busy; member in class:sc_core::sc_event_or_list
/gem5/system/alpha/console/
H A Ddbmentry.S174 blbs a1,2f # branch if lock is busy

Completed in 34 milliseconds