Searched refs:write (Results 526 - 550 of 747) sorted by relevance

<<21222324252627282930

/gem5/src/gpu-compute/
H A Dvector_register_state.hh77 write(unsigned int regIdx, T value, int threadId=0) { function in class:VecRegisterState
H A Dcondition_register_state.hh71 write(int regIdx, int threadId, T value) function in class:ConditionRegisterState
/gem5/src/dev/arm/
H A Dgpu_nomali.hh66 Tick write(PacketPtr pkt) override;
H A Dkmi.hh134 Tick write(PacketPtr pkt) override;
H A Dtimer_sp804.cc121 Sp804::write(PacketPtr pkt) function in class:Sp804
129 timer0.write(pkt, daddr);
131 timer1.write(pkt, daddr - Timer::Size);
133 panic("Tried to write SP804 at offset %#x that doesn't exist\n", daddr);
139 Sp804::Timer::write(PacketPtr pkt, Addr daddr) function in class:Sp804::Timer
170 panic("Tried to write SP804 timer at offset %#x\n", daddr);
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_fifo_ifs.h116 // non-blocking write
135 // blocking write
136 virtual void write( const T& ) = 0;
H A Dsc_signal_ports.cpp227 iface->write( value_ );
243 write( *m_init_val );
318 iface->write( value_ );
334 write( *m_init_val );
H A Dsc_signal_resolved.cpp84 // write the new value
87 sc_signal_resolved::write( const data_type& value_ ) function in class:sc_core::sc_signal_resolved
/gem5/src/base/
H A Dbmpwriter.hh55 // write frame buffer into a bitmap picture
78 * @param bmp stream to write to
80 void write(std::ostream &bmp) const override;
/gem5/src/dev/serial/
H A Duart8250.hh92 Tick write(PacketPtr pkt) override;
/gem5/src/dev/virtio/
H A Dblock.hh146 * Device write request.
155 Status write(const BlkRequest &req, VirtDescriptor *desc_chain,
/gem5/src/base/vnc/
H A Dvncinput.cc134 captureImage->write(*fb_out->stream());
/gem5/src/systemc/ext/channel/
H A Dsc_clock.hh74 virtual void write(const bool &);
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test03/
H A Dtest03.cpp53 cout << "writer: blocking write\n";
55 out.write( val ++ ); // blocking write
59 cout << "writer: non-blocking write\n";
61 while( ! out.nb_write( val ++ ) ) { // non-blocking write
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test04/
H A Dtest04.cpp61 W_INFO( "blocking write" );
63 out.write( val ++ ); // blocking write
67 W_INFO( "non-blocking write" );
69 while( ! out.nb_write( val ++ ) ) { // non-blocking write
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test05/
H A Dtest05.cpp61 W_INFO( "blocking write" );
63 out.write( val ++ ); // blocking write
67 W_INFO( "non-blocking write" );
69 while( ! out.nb_write( val ++ ) ) { // non-blocking write
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test06/
H A Dtest06.cpp63 W_INFO( "blocking write", iface );
65 out[iface]->write( val ++ ); // blocking write
/gem5/src/systemc/tests/systemc/kernel/sc_sensitive/test02/
H A Dtest02.cpp95 in1->write( j );
/gem5/src/systemc/tests/systemc/kernel/sc_sensitive/test03/
H A Dtest03.cpp95 in1->write( j );
/gem5/src/systemc/tests/systemc/misc/sim/prime_do_while/
H A Dprime_numgen.cpp63 prime.write(p2);
/gem5/src/systemc/tests/systemc/misc/user_guide/async_chn/test1/
H A Dtest1.cpp68 a.write(i);
/gem5/src/systemc/tests/systemc/misc/user_guide/async_chn/test3/
H A Dtest3.cpp95 a.write(i);
/gem5/src/dev/mips/
H A Dmalta_cchip.cc74 MaltaCChip::write(PacketPtr pkt) function in class:MaltaCChip
76 panic("MaltaCCHIP::write() not implemented.");
/gem5/src/dev/x86/
H A Dspeaker.cc57 X86ISA::Speaker::write(PacketPtr pkt) function in class:X86ISA::Speaker
H A Di8237.cc72 X86ISA::I8237::write(PacketPtr pkt) function in class:X86ISA::I8237
121 panic("Write to i8237 write all mask register bits unimplemented.\n");

Completed in 14 milliseconds

<<21222324252627282930