Searched refs:status (Results 76 - 100 of 141) sorted by relevance

123456

/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.cc347 tlm::tlm_sync_enum status; local
348 status = socket->nb_transport_fw(*trans, phase, delay);
350 if (status == tlm::TLM_ACCEPTED) {
354 } else if (status == tlm::TLM_UPDATED) {
363 } else if (status == tlm::TLM_COMPLETED) {
H A Dtlm_to_gem5.cc112 auto status = socket->nb_transport_bw(trans, phase, delay); local
113 panic_if(status != tlm::TLM_ACCEPTED,
114 "Unexpected status after sending END_REQ");
126 auto status = socket->nb_transport_bw(trans, phase, delay); local
128 if (status == tlm::TLM_COMPLETED ||
129 (status == tlm::TLM_UPDATED && phase == tlm::END_RESP)) {
132 } else if (status == tlm::TLM_ACCEPTED) {
136 panic("Unexpected status after sending BEGIN_RESP");
207 ss << "Transaction returned with error, response status = "
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module.cpp515 int status = (*m_port_vec)[m_port_index]->pbind( interface_ ); local
516 if( status != 0 ) {
518 switch( status ) {
548 int status = (*m_port_vec)[m_port_index]->pbind( port_ ); local
549 if( status != 0 ) {
551 switch( status ) {
H A Dsc_simcontext.cpp1666 int status; // current simulation status. local
1680 // If the simulation status is bad issue the appropriate message:
1682 status = context_p->sim_status();
1683 if( status != SC_SIM_OK )
1685 if ( status == SC_SIM_USER_STOP )
1687 if ( status == SC_SIM_ERROR )
1695 // If the simulation status is good perform the simulation:
1699 // Re-check the status:
1701 status
[all...]
/gem5/src/arch/hsail/insts/
H A Dmain.cc153 w->status = Wavefront::S_STOPPED;
187 w->status = Wavefront::S_RETURNING;
/gem5/src/cpu/
H A Dbase_dyn_inst_impl.hh101 status.reset();
246 status.set(Squashed);
H A Dthread_state.hh135 /** Returns the status of this thread. */
136 Status status() const { return _status; } function in struct:ThreadState
138 /** Sets the status of this thread. */
/gem5/src/arch/sparc/
H A Dua2005.cc295 switch (sys->threadContexts[x]->status()) {
339 if (delay == 0 || tc->status() == ThreadContext::Suspended) {
359 if ( tc->status() == ThreadContext::Halted)
366 if (delay == 0 || tc->status() == ThreadContext::Suspended) {
/gem5/src/dev/pci/
H A Dcopy_engine_defs.hh164 CHANSTS status; member in struct:CopyEngineReg::ChanRegs
203 paramOut(cp, "status", status._data);
213 paramIn(cp, "status", status._data);
H A Dcopy_engine.cc94 cr.status.dma_transfer_status(3);
143 cr.status.dma_transfer_status(0);
159 cr.status.dma_transfer_status(3);
252 pkt->setLE<uint64_t>(cr.status() | (busy ? 0 : 1));
494 panic("Descriptor has flag other that completion status set\n");
543 cr.status.compl_desc_addr(lastDescriptorAddr >> 6);
544 completionDataReg = cr.status() | 1;
595 DPRINTF(DMACopyEngine, "Writing completion status %#x to address %#x(%#x)\n",
608 DPRINTF(DMACopyEngine, "Writing completion status complete\n");
H A Dpcireg.h63 uint16_t status; member in struct:PCIConfig::__anon62
/gem5/src/gpu-compute/
H A Dwavefront.cc57 status = S_STOPPED;
161 status = S_RUNNING;
189 if (status != S_STOPPED && (ii->isNop() ||
204 if (status != S_STOPPED && ii->isBarrier()) {
217 if (status != S_STOPPED && ii->isGlobalMem()) {
230 if (status != S_STOPPED && ii->isLocalMem()) {
243 if (status != S_STOPPED && ii->isPrivateSeg()) {
256 if (status != S_STOPPED && ii->isFlat()) {
308 if (status == S_STOPPED || status
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc215 // On Windows, the process's exit code is the same as its exit status,
226 // Returns the exit status of a process that calls _exit(2) with a
234 int status; local
235 waitpid(child_pid, &status, 0);
236 return status;
239 // Returns the exit status of a process that raises a given signal.
241 // instead the exit status of a process that exits normally with exit
250 int status; local
251 waitpid(child_pid, &status, 0);
252 return status;
936 MockDeathTest(MockDeathTestFactory *parent, TestRole role, int status, bool passed) argument
981 SetParameters(bool create, DeathTest::TestRole role, int status, bool passed) argument
[all...]
/gem5/src/base/
H A Ddebug.hh67 bool _status; // flag status
74 bool status() const { return _tracing; } function in class:Debug::SimpleFlag
H A Ddebug.cc198 if (f && f->status())
/gem5/src/dev/storage/
H A Dide_ctrl.hh54 // Bus master IDE status register bit fields
90 BMIStatusReg status; member in struct:IdeController::Channel::BMIRegs
/gem5/src/mem/cache/
H A Dbase.cc325 blk->status &= ~BlkReadable;
372 blk->status &= ~BlkHWPrefetched;
483 blk->status |= BlkReadable;
505 blk->status &= ~BlkReadable;
716 blk->status |= BlkDirty;
925 // set block status to dirty
926 blk->status |= BlkDirty;
944 blk->status |= BlkDirty;
963 blk->status &= ~BlkDirty;
966 blk->status
[all...]
H A Dnoncoherent_cache.cc94 blk->status |= BlkWritable;
299 blk->status |= BlkHWPrefetched;
H A Dcache.cc102 blk->status &= ~BlkDirty;
139 blk->status &= ~BlkDirty;
601 CacheBlk::State old_state = blk ? blk->status : 0;
733 blk->status |= BlkDirty;
843 blk->status |= BlkHWPrefetched;
881 blk->status &= ~BlkWritable;
1119 blk->status &= ~BlkWritable;
/gem5/tests/
H A Ddiff-out369 $status = $no_hard_errors ? ($added_stats == 0 ? 0 : 1) : 2;
370 exit $status;
/gem5/util/
H A Dhgstyle.py101 repo.status(match=m, clean=opt_all)
/gem5/src/arch/mips/
H A Disa.cc327 StatusReg status = readMiscRegNoEffect(MISCREG_STATUS); local
332 // status.cu0 = 1;
335 status.erl = 1;
337 status.bev = 1;
339 setMiscRegNoEffect(MISCREG_STATUS, status);
/gem5/src/arch/x86/
H A Dinterrupts.hh84 Bitfield<12> status; member in class:X86ISA::Interrupts
/gem5/src/python/m5/util/
H A Dcode_formatter.py147 def fix(self, status):
149 self._fix_newlines = status
/gem5/src/cpu/o3/
H A Dthread_context.hh143 /** Returns this thread's status. */
144 Status status() const override { return thread->status(); }
146 /** Sets this thread's status. */
153 /** Set the status to Active. */
156 /** Set the status to Suspended. */
159 /** Set the status to Halted. */

Completed in 57 milliseconds

123456