Searched refs:write (Results 626 - 650 of 747) sorted by relevance

<<21222324252627282930

/gem5/src/python/m5/util/
H A Dfdthelper.py254 """Convert the device tree to DTB and write to a file."""
258 f.write(self.to_dtb())
264 """Convert the device tree to DTS and write to a file."""
268 f.write(self.to_dts())
H A Dcode_formatter.py160 def write(self, *args): member in class:code_formatter
163 f.write(data)
/gem5/src/arch/hsail/insts/
H A Dmem.hh554 // write the value into the physical VGPR. This is a
556 w->computeUnit->vrf[w->simdId]->write<c0>(physVgpr,
563 // Schedule the write operation of the load data on the VRF.
564 // This simply models the timing aspect of the VRF write operation.
1032 // stores don't write anything back, so there is nothing
1066 gpuDynInst->wavefront()->ldsChunk->write<c0>(vaddr,
1534 // write the value into the physical VGPR. This is a
1536 w->computeUnit->vrf[w->simdId]->write<CType>(physVgpr, *p1, i);
1541 // Schedule the write operation of the load data on the VRF.
1542 // This simply models the timing aspect of the VRF write operatio
[all...]
/gem5/src/dev/virtio/
H A Dbase.cc156 VirtDescriptor::write(size_t offset, const uint8_t *src, size_t size) function in class:VirtDescriptor
158 DPRINTF(VIO, "VirtDescriptor(%p, 0x%x, %i)::write: offset: %i, src: 0x%x, size: %i\n",
162 panic("Trying to write to incoming buffer\n");
198 desc->write(offset, src, chunk_size);
208 panic("Failed to write %i bytes into chain of %i bytes @ offset %i\n",
300 used.write();
416 panic("Unhandled device config write (offset: 0x%x).\n", cfgOffset);
437 panic("Config write out of bounds.\n");
H A Dpci.cc149 PciVirtIO::write(PacketPtr pkt) function in class:PciVirtIO
170 warn("Guest tried to write device features.");
186 panic("Guest tried to write queue size.");
210 warn("Guest tried to write ISR status.");
H A Dbase.hh123 * that are read only (isIncoming() is true) or write only
218 void write(size_t offset, const uint8_t *src, size_t size);
249 /** Check if this is a write-only descriptor (outgoing data). */
519 void write() { function in class:VirtQueue::VirtRing
521 /* Create a byte-swapped copy of the ring and write it to
674 * This method is called by the transport interface to write data
/gem5/ext/ply/example/BASIC/
H A Dbasinterp.py227 sys.stdout.write(out)
230 sys.stdout.write("\n")
231 if end == ',': sys.stdout.write(" "*(15-(len(out) % 15)))
232 if end == ';': sys.stdout.write(" "*(3-(len(out) % 3)))
/gem5/util/statetrace/arch/sparc/
H A Dtracechild.cc47 if (write(socket, &regVal, sizeof(regVal)) == -1) {
54 if (write(socket, &regVal, sizeof(regVal)) == -1) {
60 if (write(socket, &regVal, sizeof(regVal)) == -1) {
66 if (write(socket, &regVal, sizeof(regVal)) == -1) {
/gem5/src/arch/hsail/
H A Doperand.hh210 w->computeUnit->vrf[w->simdId]->write<OperandType>(vgprIdx,val,lane);
222 w->computeUnit->vrf[w->simdId]->write<uint32_t>(vgprIdx, val, lane);
283 w->computeUnit->vrf[w->simdId]->write<OperandType>(vgprIdx,val,lane);
341 w->condRegState->write<OperandType>(regIdx,lane,val);
/gem5/src/dev/pci/
H A Dhost.cc160 GenericPciHost::write(PacketPtr pkt) function in class:GenericPciHost
164 DPRINTF(PciHost, "%02x:%02x.%i: write: offset=0x%x, size=0x%x\n",
/gem5/src/systemc/channel/
H A Dsc_clock.cc167 sc_clock::write(const bool &) function in class:sc_core::sc_clock
169 panic("write() called on sc_clock.");
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test15/
H A Dtest15.cpp47 // first and last driver write the same values
147 sig.write(value);
/gem5/src/dev/arm/
H A Denergy_ctrl.cc150 EnergyCtrl::write(PacketPtr pkt) function in class:EnergyCtrl
164 warn_once("EnergyCtrl: Disabled handler, ignoring write %u to "\
166 DPRINTF(EnergyCtrl, "dvfs handler disabled, ignoring write %u to "\
211 panic("Tried to write EnergyCtrl at offset %#x\n", daddr);
H A Dkmi.cc115 Pl050::write(PacketPtr pkt) function in class:Pl050
124 "PL050: Unexpected write size "
150 warn("PL050: Unhandled write of %#x to offset %#x\n", data, daddr);
H A Drtc_pl031.cc123 PL031::write(PacketPtr pkt) function in class:PL031
H A Dgic_v3_redistributor.hh233 void write(Addr addr, uint64_t data, size_t size, bool is_secure_access);
H A Dgic_v3_distributor.hh246 void write(Addr addr, uint64_t data, size_t size,
/gem5/ext/googletest/googletest/test/
H A Dgtest_test_utils.py181 sys.stdout.write(message)
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc82 // Create a protobuf message for the header and write it to the stream
86 instTraceStream->write(inst_pkt_header);
87 // Create a protobuf message for the header and write it to
93 dataTraceStream->write(data_rec_header);
166 instTraceStream->write(inst_fetch_pkt);
871 dataTraceStream->write(dep_pkt);
873 // Don't write the node to the trace but note that we have filtered
/gem5/configs/common/
H A DFileSystemConfig.py48 f.write(str(contents))
/gem5/src/base/loader/
H A Dobject_file.cc173 auto sz = write(fd, p, r);
/gem5/src/sim/
H A Dfd_entry.hh155 write = 1 enumerator in enum:PipeFDEntry::EndType
/gem5/src/arch/x86/
H A Dpagetable_walker.hh140 Fault stepWalk(PacketPtr &write);
H A Dinterrupts.hh206 Tick write(PacketPtr pkt) override;
/gem5/src/mem/ruby/system/
H A DSequencer.cc105 RequestTable::iterator write = m_writeRequestTable.begin(); local
107 for (; write != write_end; ++write) {
108 SequencerRequest* request = write->second;
212 // There is an outstanding write request for the cache line
217 // Check if there is any outstanding write request for the same
384 // For Alpha, properly handle LL, SC, and write requests with respect to
576 // should always be treated like a write, but since a SwapReq implies
678 << ", write request table: " << m_writeRequestTable

Completed in 48 milliseconds

<<21222324252627282930