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

<<2122232425262728

/gem5/ext/googletest/googletest/scripts/
H A Dpump.py837 output_str = ConvertFromPumpSource(file(file_path, 'r').read())
/gem5/src/dev/arm/
H A Dgic_v2.cc113 GicV2::read(PacketPtr pkt) function in class:GicV2
145 DPRINTF(GIC, "gic distributor read register %#x\n", daddr);
285 panic("Tried to read Gic distributor at offset %#x\n", daddr);
299 DPRINTF(GIC, "gic cpu read register %#x cpu context: %d\n", daddr,
383 panic("Tried to read Gic cpu at offset %#x\n", daddr);
508 // Interrupts 0-31 are read only
H A Dgic_v3_distributor.cc138 Gicv3Distributor::read(Addr addr, size_t size, bool is_secure_access) function in class:Gicv3Distributor
330 warn("Gicv3Distributor::read(): "
406 warn("Gicv3Distributor::read(): "
411 warn("Gicv3Distributor::read(): "
459 // EnableGrp1A [1] is a read-write alias of the Secure
501 panic("Gicv3Distributor::read(): invalid offset %#x\n", addr);
895 * EnableGrp1A [1] is a read-write alias of the Secure
H A Dgic_v3_its.cc362 // read the command pointed by GITS_CREADR
368 DPRINTF(ITS, "Command %s read from queue at address: %#x\n",
819 Gicv3Its::read(PacketPtr pkt) function in class:Gicv3Its
/gem5/src/cpu/o3/
H A Dlsq_impl.hh748 fault = cpu->read(req, inst->lqIdx);
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h391 // namespace (read, write, close, chdir, isatty, stat). We do not currently
2379 return static_cast<int>(read(fd, buf, count));
/gem5/src/dev/net/
H A Dns_gige.cc189 NSGigE::read(PacketPtr pkt) function in class:NSGigE
195 DPRINTF(EthernetPIO, "read da=%#x pa=%#x size=%d\n",
222 //these are supposed to be cleared on a read
328 panic("unaligned read from filter hash table!");
403 DPRINTF(EthernetPIO, "read from %#x: data=%d data=%#x\n",
492 panic("CFGR_PCI64_DET is read only register!\n");
506 // FreeBSD uses the EEPROM to read PMATCH (for the MAC address)
536 panic("ISR is a read only register!\n");
670 panic("SRR is read only register!\n");
704 panic("TBISR is read onl
[all...]
H A Di8254xGBe.cc170 IGbE::read(PacketPtr pkt) function in class:IGbE
187 // Handle read of register here
412 DPRINTF(EthernetEEPROM, "EEPROM bit read: %d word: %#X\n",
456 DPRINTF(EthernetEEPROM, "EEPROM: read addr: %#X data %#x\n",
/gem5/src/sim/
H A Dsyscall_emul.cc889 auto rend = PipeFDEntry::EndType::read;
900 * Now patch the read object to record the target file descriptor chosen
H A Dsyscall_emul.hh766 * If using the openat variant, read in the target directory file
773 * Retrieve the simulated process' memory proxy and then read in the path
2637 int bytes_read = read(sim_fd, buf_arg.bufferPtr(), nbytes);
/gem5/src/arch/
H A Disa_parser.py558 error('Attempt to read integer register as FP')
750 # Normal source operand read
977 error('Attempt to read condition-code register as FP')
1043 error('Attempt to read control register as FP')
1205 # Flags to keep track if one or more operands are to be read/written
1235 # Check if this operand has read/write predication. If true, then
1337 # Whether the whole PC needs to be read so parts of it can be accessed
1346 # Flags to keep track if one or more operands are to be read/written
1369 # Check if this operand has read/write predication. If true, then
2666 contents = open(filename).read()
[all...]

Completed in 40 milliseconds

<<2122232425262728