Searched refs:copyIn (Results 1 - 10 of 10) sorted by relevance

/gem5/src/base/
H A Dframebuffer.hh122 void copyIn(const uint8_t *fb, const PixelConverter &conv);
130 void copyIn(const std::vector<uint8_t> &fb, const PixelConverter &conv) { function in class:FrameBuffer
131 copyIn(fb.data(), conv);
H A Dframebuffer.cc106 FrameBuffer::copyIn(const uint8_t *fb, const PixelConverter &conv) function in class:FrameBuffer
/gem5/src/sim/
H A Dsyscall_emul_buf.hh52 * appropriate size and tracks the user-space address. The copyIn()
79 copyIn(PortProxy &memproxy) function in class:BaseBufferArg
H A Dsyscall_emul.cc1335 bufSock.copyIn(tc->getVirtProxy());
1377 addr.copyIn(tc->getVirtProxy());
1416 addrlenBuf.copyIn(tc->getVirtProxy());
1423 addrBuf.copyIn(tc->getVirtProxy());
1475 bufrBuf.copyIn(tc->getVirtProxy());
1481 addrBuf.copyIn(tc->getVirtProxy());
1531 msgBuf.copyIn(tc->getVirtProxy());
1551 /*3*/nameBuf->copyIn(tc->getVirtProxy());
1571 /*3*/iovBuf->copyIn(tc->getVirtProxy());
1578 /*3*/iovecBuf[i]->copyIn(t
[all...]
H A Dsyscall_emul.hh360 buf.copyIn(tc->getVirtProxy());
387 buf.copyIn(tc->getVirtProxy());
420 buf.copyIn(tc->getVirtProxy());
708 conf_arg.copyIn(tc->getVirtProxy());
713 ifc_buf_arg.copyIn(tc->getVirtProxy());
738 req_arg.copyIn(tc->getVirtProxy());
1069 fdsBuf.copyIn(tc->getVirtProxy());
1931 bufArg.copyIn(tc->getVirtProxy());
2111 tp.copyIn(tc->getVirtProxy());
2151 b.copyIn(mem_prox
[all...]
/gem5/src/dev/arm/
H A Dpl111.cc522 fb.copyIn(dmaBuffer, converter);
751 fb.copyIn(dmaBuffer, converter);
/gem5/src/arch/arm/freebsd/
H A Dprocess.cc112 buf.copyIn(tc->getVirtProxy());
113 buf2.copyIn(tc->getVirtProxy());
114 buf3.copyIn(tc->getVirtProxy());
118 buf4.copyIn(tc->getVirtProxy());
/gem5/src/arch/mips/linux/
H A Dprocess.cc147 fpcr.copyIn(tc->getVirtProxy());
/gem5/src/arch/x86/linux/
H A Dprocess.cc197 if (!userDesc.copyIn(tc->getVirtProxy()))
200 if (!gdt.copyIn(tc->getVirtProxy()))
/gem5/src/arch/alpha/linux/
H A Dprocess.cc142 fpcr.copyIn(tc->getVirtProxy());

Completed in 40 milliseconds