Searched refs:status (Results 101 - 125 of 141) sorted by relevance

123456

/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc121 const kern_return_t status = task_threads(task, &thread_list, &thread_count); local
122 if (status == KERN_SUCCESS) {
144 const int status = local
147 if (status == EOK) {
159 int status = getprocs64(&entry, sizeof(entry), NULL, 0, &pid, 1); local
160 if (status == 1) {
H A Dgtest-death-test.cc198 m << "Exited with exit status " << exit_code;
203 m << "Exited with exit status " << WEXITSTATUS(exit_code);
261 // then exits with status 1.
394 int status() const { return status_; } function in class:testing::internal::DeathTestImpl
418 // The exit status of the child process.
466 << "unexpected status byte ("
479 // Writes a status byte to the child's status file descriptor, then
526 // status: The exit status o
[all...]
/gem5/src/dev/net/
H A Ddist_iface.cc418 if (tc->status() == ThreadContext::Suspended)
875 if (tc->status() == ThreadContext::Active)
890 if (tc->status() == ThreadContext::Active)
H A Dsinic.cc261 // reading the interrupt status register has the side effect of
441 "interrupt written to intStatus: intr=%#x status=%#x mask=%#x\n",
477 "interrupt cleared from intStatus: intr=%x status=%x mask=%x\n",
761 const char *status; local
764 status = "busy,dirty";
766 status = "busy";
768 status = "dirty";
770 status = "mapped";
774 i, status, vn->rxUnique,
1240 * Keep track of pending interrupt status
[all...]
H A Di8254xGBe.cc1360 uint16_t status = RXDS_DD; local
1369 status |= RXDS_EOP;
1386 status |= RXDS_IPCS;
1398 status |= RXDS_TCPCS;
1412 status |= RXDS_UDPCS;
1429 desc->legacy.status = htole(status);
1445 desc->adv_wb.status = htole(status);
/gem5/src/mem/ruby/system/
H A DSequencer.cc609 RequestStatus status = insertRequest(pkt, primary_type); local
610 if (status != RequestStatus_Ready)
611 return status;
H A DGPUCoalescer.cc830 RequestStatus status = getRequestStatus(pkt, primary_type); local
831 if (status != RequestStatus_Ready)
832 return status;
/gem5/ext/nomali/lib/
H A Dmali_midg_regmap.h61 #define GPU_FAULTSTATUS 0x03C /* (RO) GPU exception type and fault status */
192 #define JOB_IRQ_RAWSTAT 0x000 /* Raw interrupt status register */
195 #define JOB_IRQ_STATUS 0x00C /* Interrupt status register */
196 #define JOB_IRQ_JS_STATE 0x010 /* status==active and _next == busy snapshot from last JOB_IRQ_CLEAR */
241 #define MMU_IRQ_RAWSTAT 0x000 /* (RW) Raw interrupt status register */
244 #define MMU_IRQ_STATUS 0x00C /* (RO) Interrupt status register */
272 #define ASn_FAULTSTATUS 0x1C /* (RO) MMU fault status register for address space n */
354 /* Group of values representing the job status insead a particular fault */
446 /* Helper macro to create a GPU_ID assuming valid values for id, major, minor, status */
447 #define GPU_ID_MAKE(id, major, minor, status) \
[all...]
/gem5/src/dev/arm/
H A Dufs_device.hh380 uint8_t status; member in struct:UFSHostDevice::SCSIReply
664 * Status of SCSI. This may be linked to a status check in the future.
668 void statusCheck(uint8_t status, uint8_t* sensecodelist);
788 * SCSI status codes; defined in
/gem5/src/cpu/checker/
H A Dthread_context.hh174 Status status() const override { return actualTC->status(); }
183 /// Set the status to Active.
186 /// Set the status to Suspended.
189 /// Set the status to Halted.
/gem5/src/sim/
H A Dsystem.cc297 return ((tc->status() != ThreadContext::Halted) &&
298 (tc->status() != ThreadContext::Halting));
H A Dsyscall_emul.hh702 int status; local
717 status = ioctl(sfdp->getSimFD(), req, conf_arg.bufferPtr());
718 if (status != -1) {
724 return status;
740 status = ioctl(sfdp->getSimFD(), req, req_arg.bufferPtr());
741 if (status != -1)
743 return status;
1094 int status; local
1096 status = poll((struct pollfd *)fdsBuf.bufferPtr(), nfds, 0);
1097 if (status
2403 int status = socketpair(domain, type, prot, (int *)svBuf.bufferPtr()); local
[all...]
/gem5/src/gpu-compute/
H A Dfetch_unit.cc95 if (curWave->status == Wavefront::S_RUNNING &&
H A Dwavefront.hh160 status_e status; member in class:Wavefront
H A Dcompute_unit.cc341 if (w->status == Wavefront::S_STOPPED) {
397 if (wfList[i][j]->status == Wavefront::S_STOPPED) {
457 if (w->status == Wavefront::S_RUNNING) {
467 if (w->status == Wavefront::S_RUNNING &&
636 if (w->status == Wavefront::S_RETURNING) {
642 w->status = Wavefront::S_STOPPED;
1036 // after clearing the status vectors,
1783 if (wfList[simdId][i_wf]->status != Wavefront::S_STOPPED) {
H A Dshader.cc134 if (gpuTc->status() == ThreadContext::Suspended)
/gem5/src/cpu/
H A Dthread_context.hh167 virtual Status status() const = 0;
171 /// Set the status to Active.
174 /// Set the status to Suspended.
177 /// Set the status to Halted.
375 * event descheduled if it is scheduled and its status set to halted.
H A Dthread_context.cc254 ntc.setStatus(otc.status());
H A Dbase.cc500 if (tc->status() == ThreadContext::Active)
541 if (t->status() != ThreadContext::Suspended) {
/gem5/src/cpu/minor/
H A Dcpu.cc174 if (threads[tid]->status() == ThreadContext::Suspended) {
H A Dexecute.cc224 bool force_branch = thread->status() != ThreadContext::Suspended &&
420 DPRINTF(MinorInterrupt, "Considering interrupt status from PC: %s\n",
580 } else if (cpu.getContext(thread_id)->status() ==
902 if (thread->status() == ThreadContext::Suspended &&
1000 thread->status() == ThreadContext::Suspended &&
/gem5/src/dev/pci/
H A Ddevice.cc92 config.status = htole(p->Status);
342 config.status = pkt->getLE<uint8_t>();
/gem5/src/dev/virtio/
H A Dbase.hh691 * device status register (using setDeviceStatus()), which causes
815 * Update device status and optionally reset device.
817 * The special device status of 0 is used to reset the device by
820 * @param status New device status.
822 void setDeviceStatus(DeviceStatus status);
825 * Retrieve the device status.
827 * @return Device status.
/gem5/src/cpu/o3/
H A Dcpu.cc979 if (t->status() == ThreadContext::Suspended){
1105 if (thread[i]->status() == ThreadContext::Active) {
1723 if (this->thread[tid]->status() != ThreadContext::Suspended)
1770 assert(tcBase(tid)->status() != ThreadContext::Halted);
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h236 : inst->nonsimple.status[index] & instance::status_holder_constructed;
242 inst->nonsimple.status[index] |= instance::status_holder_constructed;
244 inst->nonsimple.status[index] &= (uint8_t) ~instance::status_holder_constructed;
249 : inst->nonsimple.status[index] & instance::status_instance_registered;
255 inst->nonsimple.status[index] |= instance::status_instance_registered;
257 inst->nonsimple.status[index] &= (uint8_t) ~instance::status_instance_registered;
374 space += size_in_ptrs(n_types); // status bytes (holder_constructed and instance_registered)
389 nonsimple.status = reinterpret_cast<uint8_t *>(&nonsimple.values_and_holders[flags_at]);

Completed in 73 milliseconds

123456