Searched refs:read (Results 501 - 525 of 686) sorted by relevance

<<2122232425262728

/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test01/
H A Dtest01.cpp87 cout << l1 << " " << l2 << " -> " << in.read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test02/
H A Dtest02.cpp87 cout << l1 << " " << l2 << " -> " << in.read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test03/
H A Dtest03.cpp88 cout << l1 << " " << l2 << " -> " << in.read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_signal_rv/test01/
H A Dtest01.cpp87 cout << l1 << " " << l2 << " -> " << in.read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_signal_rv/test02/
H A Dtest02.cpp87 cout << l1 << " " << l2 << " -> " << in.read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_signal_rv/test03/
H A Dtest03.cpp88 cout << l1 << " " << l2 << " -> " << in.read() << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_start/sc_start_0/test2/
H A Dtest2.cpp84 m_cascade0 = !m_cascade0.read();
/gem5/src/systemc/tests/systemc/misc/stars/star103832/
H A Dstar103832.cpp87 inp = dati.read();
/gem5/src/systemc/tests/systemc/misc/stars/star109218-2/
H A Dstar109218-2.cpp77 my_mult(clk.read(), a.range(7,0), a.range(15,8), result);
/gem5/src/systemc/tests/systemc/misc/user_guide/async_chn/test1/
H A Dtest1.cpp69 int j = b.read();
70 cout << "Value sent = " << i << " Value read = " << j << endl;
/gem5/src/systemc/tests/systemc/misc/user_guide/async_chn/test3/
H A Dtest3.cpp63 int j = b.read();
64 cout << " Value read = " << j << endl;
/gem5/src/dev/arm/
H A Dkmi.hh133 Tick read(PacketPtr pkt) override;
H A Drv_ctrl.cc56 RealViewCtrl::read(PacketPtr pkt) function in class:RealViewCtrl
121 warn("Tried to read RealView I/O at offset %#x that doesn't exist\n",
163 // A request is being submitted to read/write the system control
181 // Service the request as a read or write depending on the
190 scData = dev.read();
289 RealViewOsc::read() const function in class:RealViewOsc
304 RealViewTemperatureSensor::read() const function in class:RealViewTemperatureSensor
H A Dtimer_sp804.cc66 Sp804::read(PacketPtr pkt) function in class:Sp804
74 timer0.read(pkt, daddr);
76 timer1.read(pkt, daddr - Timer::Size);
78 panic("Tried to read SP804 at offset %#x that doesn't exist\n", daddr);
85 Sp804::Timer::read(PacketPtr pkt, Addr daddr) function in class:Sp804::Timer
113 panic("Tried to read SP804 timer at offset %#x\n", daddr);
/gem5/src/dev/mips/
H A Dmalta_cchip.cc67 MaltaCChip::read(PacketPtr pkt) function in class:MaltaCChip
69 panic("MaltaCCHIP::read() not implemented.");
/gem5/src/dev/x86/
H A Dspeaker.cc41 X86ISA::Speaker::read(PacketPtr pkt) function in class:X86ISA::Speaker
H A Di8237.cc37 X86ISA::I8237::read(PacketPtr pkt) function in class:X86ISA::I8237
/gem5/src/base/
H A Dremote_gdb.hh217 bool read(Addr addr, size_t size, char *data);
220 template <class T> T read(Addr addr);
318 BaseRemoteGDB::read(Addr addr) function in class:BaseRemoteGDB
321 read(addr, sizeof(T), (char *)&temp);
/gem5/src/python/
H A Dimporter.py73 src = open(abspath, 'r').read()
/gem5/tests/legacy-configs/
H A Drun.py88 exec(compile(open(config).read(), config, 'exec'))
/gem5/util/
H A Ddecode_packet_trace.py58 # Open the file in read mode
68 magic_number = proto_in.read(4)
H A Ddecode_inst_trace.py78 # Open the file in read mode
88 magic_number = proto_in.read(4)
/gem5/util/systemc/systemc_within_gem5/systemc_sc_main/
H A Dsc_main.cc53 DPRINTFN("Word %d: %s\n", i++, input.read());
/gem5/src/arch/alpha/
H A Dutility.cc57 uint64_t arg = vp.read<uint64_t>(sp +
/gem5/src/mem/cache/prefetch/
H A Dbase.cc130 bool read = pkt->isRead(); local
136 if (!fetch && read && !onRead) return false;
137 if (!fetch && !read && !onWrite) return false;
138 if (!fetch && !read && inv) return false;

Completed in 23 milliseconds

<<2122232425262728