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

<<21222324252627282930

/gem5/src/gpu-compute/
H A Dwavefront.cc417 // Are there in pipe or outstanding global memory write requests?
955 computeUnit->vrf[simdId]->write<uint32_t>(vgprIdx, regVal, lane);
963 computeUnit->vrf[simdId]->write<uint64_t>(vgprIdx, regVal, lane);
970 condRegState->write<uint64_t>(i, lane, regVal);
977 ldsChunk->write<char>(i, val);
H A Dlds_state.hh83 * a write operation
87 write(const uint32_t index, const T value) function in class:LdsChunk
89 fatal_if(!chunk.size(), "cannot write to an LDS chunk of size 0");
228 // read/write/atomic op
/gem5/ext/googletest/googletest/scripts/
H A Dpump.py846 output_file.write('// This file was GENERATED by command:\n')
847 output_file.write('// %s %s\n' %
849 output_file.write('// DO NOT EDIT BY HAND!!!\n\n')
850 output_file.write(output_str)
/gem5/src/arch/arm/
H A Dpmu.hh202 * PMCR write handling
266 * This method implements a write to a PMEVTYPER register. It sets
280 * This method implements a write to the PMOVSSET/PMOVSCLR registers.
283 * of the write.
395 * write on the sw increment register inducing an increment of the
400 void write(uint64_t val);
618 /** PMCR write mask when accessed from the guest */
H A Dprocess.cc410 // write contents to stack
437 initVirtMem.write(auxv_array_end, aux, GuestByteOrder);
442 initVirtMem.write(auxv_array_end, zero);
/gem5/src/dev/arm/
H A Dgeneric_timer.hh308 Tick write(PacketPtr pkt) override;
H A Dvgic.hh203 Tick write(PacketPtr pkt) override;
H A Dpl011.cc172 Pl011::write(PacketPtr pkt) function in class:Pl011
179 DPRINTF(Uart, " write register %#x value %#x size=%d\n", daddr,
198 panic("Uart write size too big?\n");
242 "UART_ICR write\n");
255 panic("Tried to write PL011 at offset %#x that doesn't exist\n", daddr);
H A Dpl111.cc228 // write registers and frame buffer
230 Pl111::write(PacketPtr pkt) function in class:Pl111
248 panic("PL111 CLCD controller write size too big?\n");
257 DPRINTF(PL111, " write register %#x value %#x size=%d\n", daddr,
376 panic("Tried to write PL111 register at offset %#x that "
527 DPRINTF(PL111, "-- write out frame buffer into bmp\n");
535 bmp.write(*pic->stream());
/gem5/src/dev/net/
H A Dsinic.hh264 Tick write(PacketPtr pkt) override;
H A Dns_gige.hh346 Tick write(PacketPtr pkt) override;
/gem5/tests/testing/
H A Dresults.py299 et.write(self.fout, encoding="UTF-8")
/gem5/util/
H A Dcpt_upgrader.py262 cpt.write(file(path, 'w'))
/gem5/src/arch/riscv/
H A Dprocess.cc206 initVirtMem.write(sp, data, GuestByteOrder);
/gem5/src/arch/alpha/
H A Dprocess.cc156 // write contents to stack
173 initVirtMem.write(auxv_array_end, aux, GuestByteOrder);
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc178 RequestTable::iterator write = m_writeRequestTable.begin(); local
180 for (; write != write_end; ++write) {
181 GPUCoalescerRequest* request = write->second;
268 // There is an outstanding write request for the cache line
273 // Check if there is any outstanding write request for the same
349 "Inserting write request for paddr %#x for type %d\n",
493 DPRINTF(GPUCoalescer, "write callback for address %#x\n", address);
517 // For Alpha, properly handle LL, SC, and write requests with respect to
977 << ", write reques
[all...]
/gem5/src/sim/
H A Dfd_array.cc230 if (pfd->getEndType() == PipeFDEntry::EndType::write)
245 * Grab the write end by referencing the read ends source and
254 /* Hook up the write end back to the right side of the pipe. */
/gem5/src/cpu/kvm/
H A Dbase.hh531 * @param write True if write, False if read
534 Tick doMMIOAccess(Addr paddr, void *data, int size, bool write);
/gem5/src/dev/x86/
H A Di82094aa.cc116 X86ISA::I82094AA::write(PacketPtr pkt) function in class:X86ISA::I82094AA
128 panic("Illegal write to I/O APIC.\n");
H A Di8042.cc145 X86ISA::I8042::write(PacketPtr pkt) function in class:X86ISA::I8042
262 DPRINTF(I8042, "Got command to write to mouse output buffer.\n");
H A Di8259.cc97 X86ISA::I8259::write(PacketPtr pkt) function in class:X86ISA::I8259
/gem5/ext/ply/test/
H A Dtestlex.py411 open("lexdir/__init__.py","w").write("")
412 open("lexdir/sub/__init__.py","w").write("")
/gem5/src/systemc/tests/systemc/misc/stars/star108761/
H A Dstar108761.cpp1094 outp.write(0);
1099 outp.write(tmp);
/gem5/src/systemc/tests/
H A Dverify.py182 rc.write('%d\n' % returncode)
235 diff_f.write(line)
/gem5/util/stats/
H A Dprofile.py329 dot.write(symbols.filename[:-3] + 'dot')
458 dot.write(dotfile, format='png')

Completed in 53 milliseconds

<<21222324252627282930