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

/gem5/src/dev/virtio/
H A Dblock.cc110 desc_chain->chainRead(off_data, &data[0], size);
134 desc->chainRead(0, (uint8_t *)&req, sizeof(req));
H A Dconsole.cc109 desc->chainRead(0, data, size);
H A Dfs9p.cc149 desc->chainRead(0, (uint8_t *)&header, sizeof(header));
153 desc->chainRead(sizeof(header), data, sizeof(data));
H A Dbase.hh193 * within gem5. Devices should typically use chainRead() instead
197 * @see chainRead
265 void chainRead(size_t offset, uint8_t *dst, size_t size) const;
H A Dbase.cc168 VirtDescriptor::chainRead(size_t offset, uint8_t *dst, size_t size) const function in class:VirtDescriptor

Completed in 11 milliseconds