Searched refs:curAddr (Results 1 - 3 of 3) sorted by relevance

/gem5/src/base/
H A Dchunk_generator.hh61 Addr curAddr; member in class:ChunkGenerator
88 curAddr = startAddr;
98 if (curAddr == nextAddr) {
104 // how many bytes are left between curAddr and the end of this chunk?
105 unsigned left_in_chunk = nextAddr - curAddr;
111 Addr addr() const { return curAddr; }
116 unsigned complete() const { return curAddr - startAddr; }
144 curAddr = nextAddr;
/gem5/src/dev/arm/
H A Dpl111.cc70 bytesPerPixel(4), startTime(0), startAddr(0), maxAddr(0), curAddr(0),
150 data = curAddr;
153 data = curAddr;
469 curAddr = 0;
482 while ((dmaPendingNum < maxOutstandingDma) && (maxAddr >= curAddr + dmaSize )) {
496 dmaPort.dmaAction(MemCmd::ReadReq, curAddr + startAddr, dmaSize,
497 event, curAddr + dmaBuffer,
499 curAddr += dmaSize;
512 if (maxAddr == curAddr && !dmaPendingNum) {
616 SERIALIZE_SCALAR(curAddr);
[all...]
H A Dpl111.hh296 Addr curAddr; member in class:Pl111

Completed in 8 milliseconds