Searched refs:write (Results 601 - 625 of 747) sorted by relevance

<<21222324252627282930

/gem5/src/proto/
H A Dprotoio.cc84 ProtoOutputStream::write(const Message& msg) function in class:ProtoOutputStream
/gem5/src/dev/virtio/
H A Dfs9p.cc303 while ((ret = write(data, len)) == -EAGAIN)
306 panic("writeAll: write failed: %i\n", -ret);
391 panic("Failed to setup read/write pipes: %i\n",
399 "-w", "4", // setup write FD
427 VirtIO9PDiod::write(const uint8_t *data, size_t len) function in class:VirtIO9PDiod
430 const int ret(::write(fd_to_diod, (const void *)data, len));
563 VirtIO9PSocket::write(const uint8_t *data, size_t len) function in class:VirtIO9PSocket
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test16/
H A Dtest16.cpp47 // first and last driver write the same values
117 sig.write(value); // errors suppressed via report handler below
/gem5/src/arch/alpha/
H A Dtlb.hh140 Fault translateData(const RequestPtr &req, ThreadContext *tc, bool write);
/gem5/src/arch/arm/kvm/
H A Dgic.hh183 Tick write(PacketPtr pkt) override;
/gem5/src/arch/power/
H A Dtlb.hh164 Fault translateData(const RequestPtr &req, ThreadContext *tc, bool write);
H A Dprocess.cc228 // write contents to stack
252 initVirtMem.write(auxv_array_end, aux, GuestByteOrder);
257 initVirtMem.write(auxv_array_end, zero);
/gem5/src/dev/arm/
H A Dgic_v2m.cc137 Gicv2m::write(PacketPtr pkt) function in class:Gicv2m
/gem5/src/dev/
H A Disa_fake.cc94 IsaFake::write(PacketPtr pkt) function in class:IsaFake
115 warn("Device %s accessed by write to address %#x size=%d data=%#x\n",
119 DPRINTF(IsaFake, "write to bad address va=%#x size=%d \n",
123 DPRINTF(IsaFake, "write - va=%#x size=%d \n",
/gem5/src/dev/storage/
H A Dide_ctrl.hh158 Tick write(PacketPtr pkt) override;
/gem5/util/
H A Dencode_inst_dep_trace.py119 # Open the file in write mode
131 proto_out.write("gem5")
149 # write it to the encoded output
/gem5/src/kern/linux/
H A Dhelpers.cc86 os.write((char *)base + sizeof(de), de.text_len);
H A Dprintk.cc247 out.write(p, len);
/gem5/src/python/m5/util/
H A Ddot_writer_ruby.py112 callgraph.write(dot_filename)
/gem5/src/mem/slicc/symbols/
H A DType.py394 code.write(path, "%s.hh" % self.c_ident)
442 code.write(path, "%s.cc" % self.c_ident)
547 code.write(path, "%s.hh" % self.c_ident)
786 code.write(path, "%s.cc" % self.c_ident)
H A DStateMachine.py252 code.write(path, '%s.py' % py_ident)
437 code.write(path, '%s.hh' % c_ident)
1032 code.write(path, "%s.cc" % c_ident)
1157 code.write(path, "%s_Wakeup.cc" % self.ident)
1410 code.write(path, "%s_Transitions.cc" % self.ident)
1438 code.write(path, name)
1444 code.write(path, name)
1450 code.write(path, name)
1590 code.write(path, name)
/gem5/src/dev/x86/
H A Di8042.hh146 Tick write(PacketPtr pkt) override;
/gem5/src/arch/
H A Disa_parser.py164 # In case there are predicated register reads and write, declare
193 # Compose the op_wb string. If we're going to write back the
303 self.parser.get_file('header').write(self.header_output)
305 self.parser.get_file('decoder').write(self.decoder_output)
307 self.parser.get_file('exec').write(self.exec_output)
309 self.parser.get_file('decode_block').write(self.decode_block)
575 error('Attempt to write integer register as FP')
713 # Read destination register to write
994 error('Attempt to write condition-code register as FP')
1057 error('Attempt to write contro
[all...]
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal.cpp71 msg << "\n first conflicting write in delta cycle "
154 // write the new value
158 sc_signal<bool,POL>::write( const bool& value_ ) function in class:sc_core::sc_signal
277 // write the new value
282 sc_signal<sc_dt::sc_logic,POL>::write( const sc_dt::sc_logic& value_ ) function in class:sc_core::sc_signal
395 Andy Goodrich: fixed multiple write notification bug where writes
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dcircular_buffer.h44 void write( const T & );
85 int m_wi; // index of next write
204 circular_buffer<T>::write( const T &t ) function in class:tlm::circular_buffer
/gem5/src/arch/x86/
H A Dfaults.hh309 Bitfield<1> write; member in class:X86ISA::PageFault
328 code.write = (mode == BaseTLB::Write);
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dtokenize.py263 sys.stderr.write('Got invalid token in %s @ %d token:%s: %r\n' %
284 sys.stdout.write('\n')
/gem5/src/arch/arm/
H A Dsemihosting.hh180 virtual int64_t write(const uint8_t *buffer, uint64_t size);
235 int64_t write(const uint8_t *buffer, uint64_t size) override;
/gem5/src/arch/mips/
H A Dprocess.cc168 // write contents to stack
182 initVirtMem.write(auxv_array_end, aux, GuestByteOrder);
188 initVirtMem.write(auxv_array_end, zero);
/gem5/src/dev/alpha/
H A Dtsunami_pchip.cc159 TsunamiPChip::write(PacketPtr pkt) function in class:TsunamiPChip
164 return GenericPciHost::write(pkt);
170 DPRINTF(Tsunami, "write - va=%#x size=%d \n", pkt->getAddr(), pkt->getSize());
231 panic("Default in PChip write reached reading 0x%x\n", daddr);

Completed in 22 milliseconds

<<21222324252627282930