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

<<21222324252627282930

/gem5/src/dev/arm/
H A Dgic_v3_redistributor.cc385 Gicv3Redistributor::write(Addr addr, uint64_t data, size_t size, function in class:Gicv3Redistributor
405 DPRINTF(GIC, "Gicv3Redistributor::write(): "
430 DPRINTF(GIC, "Gicv3Redistributor::write(): "
434 DPRINTF(GIC, "Gicv3Redistributor::write(): powering up PE\n");
448 DPRINTF(GIC, "Gicv3Redistributor::write(): "
469 DPRINTF(GIC, "Gicv3Redistributor::write(): "
490 DPRINTF(GIC, "Gicv3Redistributor::write(): "
508 DPRINTF(GIC, "Gicv3Redistributor::write() "
549 DPRINTF(GIC, "Gicv3Redistributor::write(): "
572 DPRINTF(GIC, "Gicv3Redistributor::write()
[all...]
H A Dufs_device.cc60 * transaction flow, data write transfer and data read transfer. The
153 * Synchronize Cache and buffer read/write could not be tested yet
709 /** Get from fifo and write to image*/
711 flashDisk->write(&(writeaddr[SectorSize * count]),
795 .desc("Most up to date length of the write SSD queue")
836 .desc("Average write bandwidth (bytes/s)")
851 .desc("Average write queue length")
1062 * UFSHCD write function. This function allows access to the writeable
1063 * registers. If any function attempts to write value to an unwriteable
1067 UFSHostDevice::write(PacketPt function in class:UFSHostDevice
[all...]
H A Dgic_v2.cc127 GicV2::write(PacketPtr pkt) function in class:GicV2
268 * write 0x200 to this register to enable it. */
414 DPRINTF(GIC, "gic distributor write register %#x size %#x value %#x \n",
552 panic("Tried to write Gic distributor at offset %#x\n", daddr);
566 DPRINTF(GIC, "gic cpu write register cpu:%d %#x val: %#x\n",
626 warn("GIC APRn write ignored because not implemented: %#x\n", daddr);
629 warn("GIC DIR write ignored because not implemented: %#x\n", daddr);
632 panic("Tried to write Gic cpu at offset %#x\n", daddr);
H A Dgic_v3_distributor.cc459 // EnableGrp1A [1] is a read-write alias of the Secure
507 Gicv3Distributor::write(Addr addr, uint64_t data, size_t size, function in class:Gicv3Distributor
525 DPRINTF(GIC, "Gicv3Distributor::write(): int_id %d group %d\n",
550 DPRINTF(GIC, "Gicv3Distributor::write(): "
579 DPRINTF(GIC, "Gicv3Distributor::write(): "
610 DPRINTF(GIC, "Gicv3Distributor::write() (GICD_ISPENDR): "
691 DPRINTF(GIC, "Gicv3Distributor::write(): "
722 DPRINTF(GIC, "Gicv3Distributor::write(): int_id %d priority %d\n",
730 warn("Gicv3Distributor::write(): "
751 DPRINTF(GIC, "Gicv3Distributor::write()
[all...]
H A Dgic_v3_its.cc893 Gicv3Its::write(PacketPtr pkt) function in class:Gicv3Its
/gem5/src/arch/x86/
H A Dinterrupts.cc208 X86ISA::Interrupts::write(PacketPtr pkt) function in class:X86ISA::Interrupts
/gem5/util/streamline/
H A Dm5stats2streamline.py357 outfile.write("%c" % i)
710 f.write(minidom.parseString(txt).toprettyxml())
/gem5/src/dev/net/
H A Dsinic.cc234 panic("read %s (write only): "
280 panic("reading %s (write only): cpu=%d da=%#x", info.name, cpu, daddr);
300 * I/O write of device register
303 Device::write(PacketPtr pkt) function in class:Sinic::Device
318 if (!info.write)
319 panic("write %s (read only): "
324 panic("write %s (invalid size): "
331 "write %s vnic %d: cpu=%d val=%#x da=%#x pa=%#x size=%d\n",
371 DPRINTF(EthernetPIO, "write RxData vnic %d (rxunique %d): "
378 DPRINTF(EthernetPIO, "write RxDat
[all...]
H A Dns_gige.cc150 * This is to write to the PCI general configuration registers
296 // basically, you write to RFCR to tell the machine
411 NSGigE::write(PacketPtr pkt) function in class:NSGigE
416 DPRINTF(EthernetPIO, "write da=%#x pa=%#x size=%d\n",
430 DPRINTF(EthernetPIO, "write data=%d data=%#x\n", reg, reg);
573 // Only write writable bits
650 panic("unaligned write to filter hash table!");
707 // Only write the writable bits
1030 DPRINTF(EthernetDMA, "rx dma write paddr=%#x len=%d\n",
1457 DPRINTF(EthernetDMA, "tx dma write padd
[all...]
H A Di8254xGBe.cc277 "Posting interrupt because of RDTR.FPD write\n");
358 IGbE::write(PacketPtr pkt) function in class:IGbE
377 // Handle write of register here
505 DPRINTF(EthernetIntr, "Posting interrupt because of ICS write\n");
811 "Possibly scheduling interrupt because of imr write\n");
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1854 auto write = file.attr("write"); local
1855 write(line);
1856 write(kwargs.contains("end") ? kwargs["end"] : cast("\n"));
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dast.py701 sys.stderr.write('Got %s in %s @ %s %s\n' %
1685 sys.stderr.write('Unable to find: %s\n' % filename)
/gem5/src/arch/arm/
H A Dfaults.cc1169 fsr.wnr = (write ? 1 : 0);
1212 val |= write << 6;
/gem5/ext/libelf/
H A Delf_update.c610 * the object there and write it out to the underlying file at the
784 if (write(e->e_fd, newfile, (size_t) newsize) != newsize ||
/gem5/src/dev/storage/
H A Dide_disk.cc209 // Device registers read/write
279 panic("Data write of unsupported size %d.\n", size);
426 .desc("Number of DMA write transactions.")
474 // write the data to the disk image
588 uint32_t bytesWritten = image->write(data, sector);
591 panic("Can't write to %s. Only %d of %d written. errno=%d\n",
707 dmaRead = true; // a write to the disk is a DMA read from memory
1029 // wait for the write to the DMA start bit
/gem5/src/cpu/o3/
H A Dlsq_impl.hh750 fault = cpu->write(req, data, inst->sqIdx);
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py88 last_email_file.write(email)
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h391 // namespace (read, write, close, chdir, isatty, stat). We do not currently
1584 // To use it, write:
2382 return static_cast<int>(write(fd, buf, count));
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py88 last_email_file.write(email)
/gem5/src/sim/
H A Dsyscall_emul.cc894 auto wend = PipeFDEntry::EndType::write;
901 * as the write end of the pipe.
H A Dsyscall_emul.hh1775 // that resides on the host system. So, any write on a real system
1784 "unsupported. The write succeeds on the target, but it "
2679 int bytes_written = write(sim_fd, buf_arg.bufferPtr(), nbytes);
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc3595 stream->write(
4691 // function will write over it. If the variable is present, but the file cannot
4699 "Could not write to the test shard status file \"%s\" "

Completed in 75 milliseconds

<<21222324252627282930