Searched refs:SemiCall (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/arm/
H A Dsemihosting.hh283 struct SemiCall struct in class:ArmSemihosting
347 static const SemiCall *getCall(uint32_t op, bool aarch64);
351 static const std::map<uint32_t, SemiCall> calls;
H A Dsemihosting.cc56 const std::map<uint32_t, ArmSemihosting::SemiCall> ArmSemihosting::calls{
158 const SemiCall *call = getCall(op, true);
193 const SemiCall *call = getCall(op, false);
683 const ArmSemihosting::SemiCall *

Completed in 5 milliseconds