Searched refs:read (Results 576 - 600 of 686) sorted by relevance

<<2122232425262728

/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace.h298 sc_trace( tf, object.read(), name );
308 sc_trace( tf, object.read(), name );
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dcircular_buffer.h43 T read();
84 int m_ri; // index of next read
192 circular_buffer<T>::read() function in class:tlm::circular_buffer
/gem5/src/systemc/tests/systemc/misc/sim_tests/simple_cpu/
H A Dsimple_cpu.cpp70 if (fp == (FILE *) 0) return; // No data mem file to read
103 instr = instruction.read();
209 if (fp == (FILE *) 0) return; // No prog mem file to read
233 pc = program_counter.read();
/gem5/src/dev/alpha/
H A Dbackdoor.cc103 AlphaBackdoor::read(PacketPtr pkt) function in class:AlphaBackdoor
135 /* Old console code read in everyting as a 32bit int
140 DPRINTF(AlphaBackdoor, "read: offset=%#x val=%#x\n", daddr,
191 DPRINTF(AlphaBackdoor, "read: offset=%#x val=%#x\n", daddr,
228 disk->read(alphaAccess->diskPAddr, alphaAccess->diskBlock,
H A Dtsunami_pchip.cc75 TsunamiPChip::read(PacketPtr pkt) function in class:TsunamiPChip
80 return GenericPciHost::read(pkt);
86 DPRINTF(Tsunami, "read va=%#x size=%d\n", pkt->getAddr(), pkt->getSize());
278 read from memory, however, to be realistic, this
/gem5/src/arch/arm/
H A Dnativetrace.cc76 parent->read(&diffVector, sizeof(diffVector));
91 parent->read(values, sizeof(values));
142 // This area is read only on the target. It can't stop there to tell us
H A Dsemihosting.cc60 // Write(C|0) are special since we want to read the character
179 argv[i + 1] = proxy.read<uint64_t>(param + i * 8, endian);
214 argv[i + 1] = proxy.read<uint32_t>(param + i * 4, endian);
335 const char c = physProxy(tc).read<char>(argv[0]);
350 char data = proxy.read<char>(addr);
389 int64_t ret = files[argv[1]]->read(buffer.data(), buffer.size());
761 ArmSemihosting::FileBase::read(uint8_t *buffer, uint64_t size) function in class:ArmSemihosting::FileBase
792 ArmSemihosting::FileFeatures::read(uint8_t *buffer, uint64_t size) function in class:ArmSemihosting::FileFeatures
893 ArmSemihosting::File::read(uint8_t *buffer, uint64_t size) function in class:ArmSemihosting::File
895 panic_if(!file, "Trying to read fro
[all...]
/gem5/src/systemc/core/
H A Dsc_module.cc788 while (s.read())
790 while (!s.read())
797 while (s.read() == sc_dt::Log_1)
799 while (s.read() == sc_dt::Log_0)
806 while (!s.read())
808 while (s.read())
815 while (s.read() == sc_dt::Log_0)
817 while (s.read() == sc_dt::Log_1)
/gem5/src/mem/
H A Dmulti_level_page_table.hh140 entry->read(system->physProxy, table, vaddr);
152 first.read(system->physProxy, table, vaddr);
/gem5/src/cpu/trace/
H A Dtrace_cpu.cc123 // Get the send tick of the first instruction read request
126 // Get the send tick of the first data read/write request
313 DPRINTF(TraceCPUData, "After 1st read, depGraph size:%d.\n",
319 DPRINTF(TraceCPUData, "After 2st read, depGraph size:%d.\n",
360 DPRINTF(TraceCPUData, "Start read: Size of depGraph is %d.\n",
372 if (!trace.read(new_node)) {
395 DPRINTF(TraceCPUData, "End read: Size of depGraph is %d.\n",
592 // then read from the trace file to populate the graph next time we are in
614 // If trace is completely read, readyList is empty and depGraph is empty,
783 // then read fro
1288 TraceCPU::ElasticDataGen::InputStream::read(GraphNode* element) function in class:TraceCPU::ElasticDataGen::InputStream
1495 TraceCPU::FixedRetryGen::InputStream::read(TraceElement* element) function in class:TraceCPU::FixedRetryGen::InputStream
[all...]
/gem5/src/arch/hsail/
H A Doperand.hh168 read<uint32_t>(vgprIdx, lane)) & 0xff;
173 read<uint32_t>(vgprIdx, lane)) & 0xffff;
178 read<OperandType>(vgprIdx, lane);
268 return w->computeUnit->vrf[w->simdId]->read<OperandType>(vgprIdx,lane);
329 return w->condRegState->read<OperandType>((int)regIdx, lane);
/gem5/src/arch/hsail/insts/
H A Dmem.hh462 read<c0>(vaddr);
1582 *d = wavefront->ldsChunk->read<c0>(vaddr);
1586 wavefront->ldsChunk->read<c0>(vaddr) + (*e));
1589 wavefront->ldsChunk->read<c0>(vaddr) - (*e));
1592 std::max(wavefront->ldsChunk->read<c0>(vaddr),
1596 std::min(wavefront->ldsChunk->read<c0>(vaddr),
1600 wavefront->ldsChunk->read<c0>(vaddr) & (*e));
1603 wavefront->ldsChunk->read<c0>(vaddr) | (*e));
1606 wavefront->ldsChunk->read<c0>(vaddr) ^ (*e));
1609 wavefront->ldsChunk->read<c
[all...]
/gem5/ext/ply/doc/
H A Dmakedoc.py68 data = open(filename).read() # Read data
/gem5/util/
H A Dcheckpoint_aggregator.py100 print "pages to be read: ", pages
107 bytesRead = gf.read(1 << 12)
H A Don-chip-network-power-area.py62 if not config.read(config_file):
/gem5/src/dev/pci/
H A Dhost.cc136 GenericPciHost::read(PacketPtr pkt) function in class:GenericPciHost
141 DPRINTF(PciHost, "%02x:%02x.%i: read: offset=0x%x, size=0x%x\n",
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test15/
H A Dtest15.cpp161 << ( (value!=-1) ? value : sig.read() )
/gem5/src/dev/arm/
H A Denergy_ctrl.cc64 EnergyCtrl::read(PacketPtr pkt) function in class:EnergyCtrl
76 warn_once("EnergyCtrl: Disabled handler, ignoring read from reg %i\n",
78 DPRINTF(EnergyCtrl, "dvfs handler disabled, return 0 for read from "\
120 // Signal is set for a single read only
141 panic("Tried to read EnergyCtrl at offset %#x / reg %i\n", daddr,
207 DPRINTF(EnergyCtrl, "writing perf level to read opp at: %d\n",
H A Dkmi.cc63 Pl050::read(PacketPtr pkt) function in class:Pl050
105 warn("Tried to read PL050 at offset %#x that doesn't exist\n", daddr);
H A Drtc_pl031.cc61 PL031::read(PacketPtr pkt) function in class:PL031
98 panic("Tried to read PL031 at offset %#x that doesn't exist\n", daddr);
113 panic("Uart read size too big?\n");
157 panic("Tried to read PL031 at offset %#x that doesn't exist\n", daddr);
/gem5/src/dev/virtio/
H A Dpci.cc68 PciVirtIO::read(PacketPtr pkt) function in class:PciVirtIO
142 panic("Unhandled read offset (0x%x)\n", offset);
214 panic("Unhandled read offset (0x%x)\n", offset);
/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test.py284 # sequences when we read the golden file irrespective of an operating
287 golden = ToUnixLineEnding(golden_file.read())
H A Dgtest_test_utils.py279 self.output = p.fromchild.read()
/gem5/configs/example/
H A Druby_mem_test.py70 open(os.path.join(config_root, "common", "Options.py")).read(), \
H A Druby_gpu_random_test.py81 open(os.path.join(config_root, "common", "Options.py")).read(), \
155 # Tie the ruby tester ports to the ruby cpu read and write ports

Completed in 43 milliseconds

<<2122232425262728