Searched refs:cePort (Results 1 - 2 of 2) sorted by relevance
/gem5/src/dev/pci/ |
H A D | copy_engine.cc | 82 : cePort(_ce, _ce->sys), 135 return cePort; 464 cePort.dmaAction(MemCmd::ReadReq, ce->pciToDma(address), 508 cePort.dmaAction(MemCmd::ReadReq, ce->pciToDma(curDmaDesc->src), 530 cePort.dmaAction(MemCmd::WriteReq, ce->pciToDma(curDmaDesc->dest), 599 cePort.dmaAction(MemCmd::WriteReq, 618 cePort.dmaAction(MemCmd::ReadReq,
|
H A D | copy_engine.hh | 66 DmaPort cePort; member in class:CopyEngine::CopyEngineChannel
|
Completed in 7 milliseconds