Searched refs:isBusy (Results 1 - 7 of 7) sorted by relevance

/gem5/src/dev/arm/
H A Dsmmu_v3_cmdexec.hh67 bool isBusy() const { return busy; } function in class:SMMUCommandExecProcess
H A Dsmmu_v3.cc376 if (!commandExecutor.isBusy())
795 if (commandExecutor.isBusy()) {
/gem5/src/dev/net/
H A Detherint.hh76 bool askBusy() {return peer->isBusy(); }
77 virtual bool isBusy() { return false; } function in class:EtherInt
H A Detherlink.hh137 bool isBusy() { return txlink->busy(); } function in class:EtherLink::Interface
H A Ddist_etherlink.hh194 bool isBusy() { return txLink->busy(); } function in class:DistEtherLink::LocalIface
/gem5/src/mem/
H A Dsimple_mem.cc54 latency_var(p->latency_var), bandwidth(p->bandwidth), isBusy(false),
129 if (isBusy) {
154 isBusy = true;
196 assert(isBusy);
197 isBusy = false;
H A Dsimple_mem.hh134 bool isBusy; member in class:SimpleMemory

Completed in 14 milliseconds