Searched refs:finished (Results 1 - 10 of 10) sorted by relevance

/gem5/src/base/
H A Dfiber.test.cc137 EXPECT_FALSE(a.finished());
138 EXPECT_FALSE(b.finished());
139 EXPECT_FALSE(c.finished());
145 EXPECT_TRUE(c.finished());
H A Dfiber.hh61 * time, and your fiber is considered finished.
81 /// Returns whether the "main" function of this fiber has finished.
83 bool finished() const { return _finished; }; function in class:Fiber
100 /// mark itself as finished and switch to its link fiber.
H A Dcoroutine.hh242 operator bool() const { return !this->finished(); }
/gem5/src/systemc/core/
H A Dkernel.cc69 if (scMainFiber.finished())
89 if (scMainFiber.finished() || stopAfterCallbacks)
113 if (scMainFiber.finished())
H A Dscheduler.cc370 if (!scMainFiber.finished())
373 if (scMainFiber.finished())
390 if (!scMainFiber.finished())
393 if (scMainFiber.finished())
458 if (scMainFiber.called() && !scMainFiber.finished()) {
/gem5/src/systemc/tests/systemc/1666-2011-compliance/event_list/
H A Devent_list.cpp88 : finished(false)
101 sc_assert( finished );
112 bool finished; member in struct:Top
250 finished = true;
/gem5/src/dev/arm/
H A Dufs_device.hh445 bool finished; member in struct:UFSHostDevice::transferDoneInfo
571 * finished command. Probe to find out wether this logic unit
572 * finished its transfer and triggered the callback; The host needs
584 * Finished read. Probe to find out which logic unit finished its
921 Addr address, uint8_t* destination, bool finished,
H A Dsmmu_v3.cc237 bool finished = false; local
261 finished = true;
274 } while (!finished);
H A Dufs_device.cc1598 UFSDevice[lun_id]->transferInfo.finished = true;
1669 * Find finished transfer. Callback function. One of the LUNs is done with
1692 UFSDevice[this_lun]->transferInfo.finished,
1697 panic("no LUN finished in tick %d\n", curTick());
1709 bool finished, uint32_t lun_id)
1721 lastinfo.done = finished;
2069 DPRINTF(UFSHostDevice, "Write transactions finished\n");
2278 panic("no read finished in tick %d\n", curTick());
1706 transferDone(Addr responseStartAddr, uint32_t req_pos, struct UTPUPIURSP request_out, uint32_t size, Addr address, uint8_t* destination, bool finished, uint32_t lun_id) argument
/gem5/system/alpha/palcode/
H A Dosfpal.S4088 ble r18, finished // if len <=0 we are finished
4115 br r31, finished
4122 br r31, finished
4177 br r31, finished
4201 finished: label

Completed in 41 milliseconds