Searched refs:available (Results 1 - 4 of 4) sorted by relevance

/gem5/src/base/
H A Dcp_annotate.hh85 static bool available() { return false; } function in class:CPA
530 static bool available() { return true; }
/gem5/src/cpu/simple/
H A Dbase.cc607 if (CPA::available()) {
/gem5/src/cpu/o3/
H A Dcommit_impl.hh1292 if (CPA::available()) {
/gem5/src/dev/net/
H A Di8254xGBe.cc2141 // If we have a packet available and it's length is not 0 (meaning it's not
2190 DPRINTF(EthernetSM, "TXS: No descriptors available in cache, "
2223 "available in FIFO\n");
2265 if (CPA::available() && cpa->enabled()) {
2344 DPRINTF(EthernetSM, "RXS: No descriptors available in cache, "
2362 DPRINTF(EthernetSM, "RXS: No descriptors available in cache, "
2365 DPRINTF(EthernetSM, "RXS: No descriptors available, fetching\n");
2424 "TxFIFO: Successful transmit, bytes available in fifo: %d\n",

Completed in 16 milliseconds