gem5
|
#include <copy_engine_defs.hh>
Public Member Functions | |
ADD_FIELD64 (dma_transfer_status, 0, 3) | |
ADD_FIELD64 (unaffiliated_error, 3, 1) | |
ADD_FIELD64 (soft_error, 4, 1) | |
ADD_FIELD64 (compl_desc_addr, 6, 58) | |
Public Member Functions inherited from CopyEngineReg::Reg< uint64_t > | |
uint64_t | operator() () |
void | operator() (uint64_td) |
const Reg< uint64_t > & | operator= (uint64_td) |
bool | operator== (uint64_td) |
Reg () | |
void | serialize (CheckpointOut &cp) const |
void | unserialize (CheckpointIn &cp) |
Additional Inherited Members | |
Public Attributes inherited from CopyEngineReg::Reg< uint64_t > | |
uint64_t | _data |
Definition at line 158 of file copy_engine_defs.hh.
CopyEngineReg::ChanRegs::CHANSTS::ADD_FIELD64 | ( | dma_transfer_status | , |
0 | , | ||
3 | |||
) |
CopyEngineReg::ChanRegs::CHANSTS::ADD_FIELD64 | ( | unaffiliated_error | , |
3 | , | ||
1 | |||
) |
CopyEngineReg::ChanRegs::CHANSTS::ADD_FIELD64 | ( | soft_error | , |
4 | , | ||
1 | |||
) |
CopyEngineReg::ChanRegs::CHANSTS::ADD_FIELD64 | ( | compl_desc_addr | , |
6 | , | ||
58 | |||
) |