gem5 v24.1.0.1
|
Functions | |
uint8_t | datOpcode (CHIDataType dat) |
uint8_t | rspOpcode (CHIResponseType rsp) |
uint8_t | snpOpcode (CHIRequestType snp) |
Resp | datResp (CHIDataType dat) |
Resp | rspResp (CHIResponseType rsp) |
uint8_t | datOpcode (ruby::CHI::CHIDataType dat) |
uint8_t | rspOpcode (ruby::CHI::CHIResponseType res) |
uint8_t | snpOpcode (ruby::CHI::CHIRequestType snp) |
ARM::CHI::Resp | datResp (ruby::CHI::CHIDataType dat) |
ARM::CHI::Resp | rspResp (ruby::CHI::CHIResponseType rsp) |
uint8_t gem5::tlm::chi::ruby_to_tlm::datOpcode | ( | CHIDataType | dat | ) |
Definition at line 334 of file utils.cc.
References panic.
Referenced by gem5::tlm::chi::CacheController::ReadTransaction::handle().
uint8_t gem5::tlm::chi::ruby_to_tlm::datOpcode | ( | ruby::CHI::CHIDataType | dat | ) |
Resp gem5::tlm::chi::ruby_to_tlm::datResp | ( | CHIDataType | dat | ) |
Definition at line 411 of file utils.cc.
References panic.
Referenced by gem5::tlm::chi::CacheController::ReadTransaction::handle().
ARM::CHI::Resp gem5::tlm::chi::ruby_to_tlm::datResp | ( | ruby::CHI::CHIDataType | dat | ) |
uint8_t gem5::tlm::chi::ruby_to_tlm::rspOpcode | ( | CHIResponseType | rsp | ) |
Definition at line 375 of file utils.cc.
References panic.
Referenced by gem5::tlm::chi::CacheController::Transaction::handle(), gem5::tlm::chi::CacheController::DatalessTransaction::handle(), and gem5::tlm::chi::CacheController::WriteTransaction::handle().
uint8_t gem5::tlm::chi::ruby_to_tlm::rspOpcode | ( | ruby::CHI::CHIResponseType | res | ) |
Resp gem5::tlm::chi::ruby_to_tlm::rspResp | ( | CHIResponseType | rsp | ) |
Definition at line 455 of file utils.cc.
References panic.
Referenced by gem5::tlm::chi::CacheController::Transaction::handle().
ARM::CHI::Resp gem5::tlm::chi::ruby_to_tlm::rspResp | ( | ruby::CHI::CHIResponseType | rsp | ) |
uint8_t gem5::tlm::chi::ruby_to_tlm::snpOpcode | ( | CHIRequestType | snp | ) |
Definition at line 392 of file utils.cc.
References panic.
Referenced by gem5::tlm::chi::CacheController::recvSnoopMsg().
uint8_t gem5::tlm::chi::ruby_to_tlm::snpOpcode | ( | ruby::CHI::CHIRequestType | snp | ) |