Searched refs:call32 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/arm/
H A Dsemihosting.hh77 uint32_t call32(ThreadContext *tc, uint32_t op, uint32_t param);
H A Dsystem.cc293 return sys->semihosting->call32(tc, op, param);
H A Dsemihosting.cc191 ArmSemihosting::call32(ThreadContext *tc, uint32_t op, uint32_t param) function in class:ArmSemihosting
211 DPRINTF(Semihosting, "Semihosting call32: %s(0x%x)\n", call->name, param);

Completed in 15 milliseconds