Searched defs:isBusy (Results 1 - 5 of 5) sorted by relevance
/gem5/src/dev/arm/ | ||
H A D | smmu_v3_cmdexec.hh | 67 bool isBusy() const { return busy; } function in class:SMMUCommandExecProcess |
/gem5/src/dev/net/ | ||
H A D | etherint.hh | 77 virtual bool isBusy() { return false; } function in class:EtherInt |
H A D | dist_etherlink.hh | 194 bool isBusy() { return txLink->busy(); } function in class:DistEtherLink::LocalIface |
H A D | etherlink.hh | 137 bool isBusy() { return txlink->busy(); } function in class:EtherLink::Interface |
/gem5/src/mem/ | ||
H A D | simple_mem.hh | 134 bool isBusy; member in class:SimpleMemory |
Completed in 7 milliseconds