gem5
|
#include <deque>
#include <memory>
#include "base/circlebuf.hh"
#include "dev/io_device.hh"
#include "params/DmaDevice.hh"
#include "sim/drain.hh"
#include "sim/system.hh"
Go to the source code of this file.
Classes | |
class | DmaPort |
struct | DmaPort::DmaReqState |
class | DmaDevice |
class | DmaCallback |
DMA callback class. More... | |
class | DmaCallback::DmaChunkEvent |
Event invoked by DmaDevice on completion of each chunk. More... | |
class | DmaReadFifo |
Buffered DMA engine helper class. More... | |
class | DmaReadFifo::DmaDoneEvent |