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

/gem5/src/dev/arm/
H A Dufs_device.cc1719 struct transferStart lastinfo; local
1720 lastinfo.mask = req_pos;
1721 lastinfo.done = finished;
1722 lastinfo.address = address;
1723 lastinfo.size = size;
1724 lastinfo.destination = reinterpret_cast<UTPTransferReqDesc*>
1726 lastinfo.lun_id = lun_id;
1728 transferEnd.push_back(lastinfo);

Completed in 10 milliseconds