Searched refs:read (Results 376 - 400 of 686) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/tests/systemc/misc/synth/circle/
H A Dtb.h113 if(select_xy.read() == 0) {
114 x_coord = coord_xy.read();
121 if(select_xy.read() == 1) {
122 y_coord = coord_xy.read();
/gem5/src/systemc/tests/systemc/misc/synth/inlining/test6/
H A Dtest.cpp54 j = i1.read();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt12.1/
H A Daccessor.cpp68 // Now read memory location
74 datai = datain.read().to_int();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt12.2/
H A Daccessor.cpp68 // Now read memory location
74 datai = datain.read().to_int();
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt3.1/
H A Dfsmr.cpp50 c = input_char.read();
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test6/
H A Dtest6.cpp104 if (in1.event()) cout << "Sync1 Out = " << in1.read() << " - ";
105 if (in2.event()) cout << "ASync1 Out = " << in2.read() << " - ";
106 if (in3.event()) cout << "Sync2 Out = " << in3.read() << " - ";
107 if (in4.event()) cout << "ASync2 Out = " << in4.read() << " - ";
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test7/
H A Dtest7.cpp106 if (in1.event()) cout << "Sync1 Out = " << in1.read() << " - ";
107 if (in2.event()) cout << "ASync1 Out = " << in2.read() << " - ";
108 if (in3.event()) cout << "Sync2 Out = " << in3.read() << " - ";
109 if (in4.event()) cout << "ASync2 Out = " << in4.read() << " - ";
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test8/
H A Dtest8.cpp115 if (in1.event()) cout << "Sync1 Out = " << in1.read() << " - ";
116 if (in2.event()) cout << "ASync1 Out = " << in2.read() << " - ";
117 if (in3.event()) cout << "Sync2 Out = " << in3.read() << " - ";
118 if (in4.event()) cout << "ASync2 Out = " << in4.read() << " - ";
/gem5/ext/googletest/googletest/xcode/Scripts/
H A Dversiongenerate.py66 opening_string = config_file.read(buffer_size)
/gem5/src/arch/alpha/
H A Dstacktrace.cc57 thread_info_size = vp.read<int32_t>(addr, GuestByteOrder);
61 task_struct_size = vp.read<int32_t>(addr, GuestByteOrder);
65 task_off = vp.read<int32_t>(addr, GuestByteOrder);
69 pid_off = vp.read<int32_t>(addr, GuestByteOrder);
73 name_off = vp.read<int32_t>(addr, GuestByteOrder);
86 tsk = vp.read<Addr>(base + task_off, GuestByteOrder);
101 pd = vp.read<uint16_t>(task + pid_off, GuestByteOrder);
314 MachInst inst = tc->getVirtProxy().read<MachInst>(pc);
325 ra = tc->getVirtProxy().read<Addr>(sp + disp);
/gem5/src/arch/x86/
H A Dpagetable_walker.cc241 walker->port.sendAtomic(read);
244 assert(fault == NoFault || read == NULL);
249 } while (read);
265 walker->port.sendFunctional(read);
270 assert(fault == NoFault || read == NULL);
273 } while (read);
288 pte = read->getLE<uint64_t>();
290 pte = read->getLE<uint32_t>();
519 PacketPtr oldRead = read;
520 //If we didn't return, we're setting up another read
[all...]
/gem5/src/systemc/ext/channel/
H A Dsc_in.hh121 sc_trace(params->tf, (*this)->read(), params->name);
126 const T &read() const { return (*this)->read(); } function in class:sc_core::sc_in
127 operator const T& () const { return (*this)->read(); }
163 sc_trace(tf, i->read(), name);
265 sc_trace(params->tf, (*this)->read(), params->name);
270 const bool &read() const { return (*this)->read(); } function in class:sc_core::sc_in
271 operator const bool& () const { return (*this)->read(); }
326 sc_trace(tf, i->read(), nam
438 const sc_dt::sc_logic &read() const { return (*this)->read(); } function in class:sc_core::sc_in
[all...]
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_ports.h204 // read the current value
206 const data_type& read() const function in class:sc_core::sc_in
207 { return (*this)->read(); }
210 { return (*this)->read(); }
281 // read() to a C++ intrinsic data type will work.
289 return os << a->read();
306 sc_trace( p->tf, iface->read(), p->name );
537 // read the current value
539 const data_type& read() const function in class:sc_core::sc_in
540 { return (*this)->read(); }
806 const data_type& read() const function in class:sc_core::sc_in
1013 const data_type& read() const function in class:sc_core::sc_inout
1315 const data_type& read() const function in class:sc_core::sc_inout
1551 const data_type& read() const function in class:sc_core::sc_inout
[all...]
H A Dsc_buffer.h83 { write( a.read() ); return *this; }
86 { write( a.read() ); return *this; }
H A Dsc_fifo_ifs.h49 // non-blocking read
68 // blocking read
69 virtual void read( T& ) = 0;
70 virtual T read() = 0;
119 // get the data read event
H A Dsc_signal_resolved_ports.h200 { (*this)->write( interface_.read() ); return *this; }
203 { (*this)->write( port_->read() ); return *this; }
206 { (*this)->write( port_->read() ); return *this; }
209 { (*this)->write( port_->read() ); return *this; }
234 // sc_out_resolved can also read from its port, hence no difference with
304 { (*this)->write( interface_.read() ); return *this; }
307 { (*this)->write( port_->read() ); return *this; }
310 { (*this)->write( port_->read() ); return *this; }
313 { (*this)->write( port_->read() ); return *this; }
H A Dsc_signal_rv_ports.h225 { (*this)->write( interface_.read() ); return *this; }
228 { (*this)->write( port_->read() ); return *this; }
231 { (*this)->write( port_->read() ); return *this; }
234 { (*this)->write( port_->read() ); return *this; }
278 // sc_out_rv can also read from its port, hence no difference with
349 { (*this)->write( interface_.read() ); return *this; }
352 { (*this)->write( port_->read() ); return *this; }
355 { (*this)->write( port_->read() ); return *this; }
358 { (*this)->write( port_->read() ); return *this; }
/gem5/src/cpu/
H A Dnativetrace.hh103 read(void *ptr, size_t size) function in class:Trace::NativeTrace
107 ssize_t res = ::read(fd, (uint8_t *)ptr + soFar, size - soFar);
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo_put_get.h44 return buffer.read();
48 // non-blocking read
63 val_ = buffer.read();
/gem5/src/dev/arm/
H A Dtimer_a9global.hh131 /** Handle read for a single timer */
132 void read(PacketPtr pkt, Addr daddr);
161 * Handle a read to the device
163 * @return Returns latency of device read
165 Tick read(PacketPtr pkt) override;
H A Dtimer_sp804.hh118 /** Handle read for a single timer */
119 void read(PacketPtr pkt, Addr daddr);
149 * Handle a read to the device
153 Tick read(PacketPtr pkt) override;
/gem5/src/systemc/tests/systemc/communication/sc_export/test05/
H A Dtest05.cpp28 m_pipe[i].write(m_pipe[i-1].read());
55 cout << sc_time_stamp() << ": " << m_from_pipe.read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test03/
H A Dtest03.cpp86 cout << "reader: blocking read 1\n";
88 in.read( val ); // blocking read
93 cout << "reader: blocking read 2\n";
95 cout << in.read() << endl; // blocking read
99 cout << "reader: non-blocking read\n";
101 while( ! in.nb_read( val ) ) { // non-blocking read
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test04/
H A Dtest04.cpp72 W_INFO( "data read event" );
95 R_INFO( "blocking read 1" );
97 in.read( val ); // blocking read
102 R_INFO( "blocking read 2" );
104 val = in.read(); // blocking read
109 R_INFO( "non-blocking read" );
111 while( ! in.nb_read( val ) ) { // non-blocking read
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test05/
H A Dtest05.cpp72 W_INFO( "data read event" );
96 R_INFO( "blocking read 1" );
98 in.read( val ); // blocking read
103 R_INFO( "blocking read 2" );
105 val = in.read(); // blocking read
110 R_INFO( "non-blocking read" );
112 while( ! in.nb_read( val ) ) { // non-blocking read

Completed in 18 milliseconds

<<11121314151617181920>>