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

/gem5/src/dev/arm/
H A DUFSHostDevice.py49 result by AMBA DMA Device")
H A Dsmmu_v3_proc.cc83 req->taskId(ContextSwitchTaskId::DMA);
115 req->taskId(ContextSwitchTaskId::DMA);
H A Dgic_v3_its.cc96 req->taskId(ContextSwitchTaskId::DMA);
120 req->taskId(ContextSwitchTaskId::DMA);
/gem5/src/dev/
H A Ddma_device.cc51 #include "debug/DMA.hh"
73 // get the DMA sender state
77 DPRINTF(DMA, "Received response %s for addr: %#x size: %d nb: %d," \
92 // if we have reached the total number of bytes for this DMA
130 panic("DMA port of %s not connected to anything!", name());
157 // one DMA request sender state for every action, that is then
168 DPRINTF(DMA, "Starting DMA for addr: %#x size: %d sched: %d\n", addr, size,
179 req->taskId(ContextSwitchTaskId::DMA);
188 DPRINTF(DMA, "
[all...]
/gem5/src/mem/
H A Drequest.hh76 DMA = 1023, /* Mostly Table Walker */ enumerator in enum:ContextSwitchTaskId::TaskId
/gem5/src/arch/arm/
H A Dtable_walker.cc2037 req->taskId(ContextSwitchTaskId::DMA);

Completed in 22 milliseconds