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

/gem5/src/arch/arm/
H A Dsemihosting.hh347 static const SemiCall *getCall(uint32_t op, bool aarch64);
H A Dsemihosting.cc158 const SemiCall *call = getCall(op, true);
193 const SemiCall *call = getCall(op, false);
684 ArmSemihosting::getCall(uint32_t op, bool aarch64) function in class:ArmSemihosting

Completed in 5 milliseconds