Searched refs:read (Results 426 - 450 of 686) sorted by relevance

<<11121314151617181920>>

/gem5/src/dev/alpha/
H A Dtsunami_cchip.hh95 Tick read(PacketPtr pkt) override;
/gem5/src/dev/arm/
H A Dgic_v2m.hh106 /** A PIO read to the device
108 virtual Tick read(PacketPtr pkt);
110 /** A PIO read to the device
H A Drv_ctrl.hh82 virtual uint32_t read() const = 0;
171 * Handle a read to the device
175 Tick read(PacketPtr pkt) override;
216 uint32_t read() const override;
242 uint32_t read() const override;
H A Denergy_ctrl.hh72 * read(DVFS_HANDLER_STATUS)
73 * read(DVFS_HANDLER_TRANS_LATENCY)
76 * read(DVFS_NUM_DOMAINS) -> domains
80 * read(DOMAIN_ID) -> domainID_i
84 * read(NUM_OF_PERF_LEVELS) -> levels_i
87 * read(FREQ_AT_PERF_LEVEL) -> freq_l_i
88 * read(VOLT_AT_PERF_LEVEL) -> volt_l_i
95 * read(PERF_LEVEL) -> perf_level_i
101 * while (!read(PERF_LEVEL_ACK));
127 Tick read(PacketPt
[all...]
H A Drtc_pl031.hh115 * Handle a read to the device
119 Tick read(PacketPtr pkt) override;
H A Damba_fake.cc56 AmbaFake::read(PacketPtr pkt) function in class:AmbaFake
62 DPRINTF(AMBA, " read register %#x\n", daddr);
66 panic("Tried to read AmbaFake at offset %#x that doesn't exist\n", daddr);
/gem5/src/dev/i2c/
H A Dbus.hh147 Tick read(PacketPtr pkt) override;
/gem5/src/dev/virtio/
H A Dpci.hh56 Tick read(PacketPtr pkt);
/gem5/src/dev/x86/
H A Dspeaker.hh72 Tick read(PacketPtr pkt) override;
/gem5/src/dev/mips/
H A Dmalta_io.hh123 Tick read(PacketPtr pkt) override;
/gem5/src/base/
H A Datomicio.cc44 ssize_t result = read(fd, p + pos, n - pos);
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_fifo_ports.h106 // blocking read
108 void read( data_type& value_ ) function in class:sc_core::sc_fifo_in
109 { (*this)->read( value_ ); }
111 data_type read() function in class:sc_core::sc_fifo_in
112 { return (*this)->read(); }
115 // non-blocking read
240 // get the data read event
246 // use for static sensitivity to data read event
/gem5/src/gpu-compute/
H A Dhsa_object.cc64 code_file.read((char*)file_data, file_length);
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test01/
H A Dtest01.cpp76 in->read( val ); // blocking read
/gem5/src/systemc/tests/systemc/misc/communication/channel/aggregate/
H A Drgb.cpp60 clin = color_in.read();
/gem5/src/systemc/tests/systemc/misc/communication/signals/aggregate/
H A Drgb.cpp54 clin = color_in.read();
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad1/
H A Dtestbench.cpp66 result_val = result.read();
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad2/
H A Dtestbench.cpp64 result_val = result.read();
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad3/
H A Dtestbench.cpp66 result_val = result.read();
/gem5/src/systemc/tests/systemc/misc/synth/add_chain/
H A Dadd_chain.h103 a = a_in.read();
/gem5/src/systemc/tests/systemc/misc/unit/data/general/array_range/
H A Darray_range.cpp57 a = in1.read();
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test15/
H A Dtest15.cpp54 cout << "initial sig value is " << sig.read() << endl;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test15/
H A Dtest15.cpp54 cout << "initial sig value is " << sig.read() << endl;
/gem5/src/cpu/testers/traffic_gen/
H A Dtrace_gen.hh73 /** Specifies if the request is to be a read or a write */
123 * @param filename Path to the file to read from
140 * Attempt to read a trace element from the stream,
145 * @return True if an element could be read successfully
147 bool read(TraceElement& element);
158 * @param trace_file File to read the transactions from
/gem5/src/dev/serial/
H A Dsimple.cc55 SimpleUart::read(PacketPtr pkt) function in class:SimpleUart

Completed in 22 milliseconds

<<11121314151617181920>>