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

/gem5/src/arch/arm/
H A Dsemihosting.hh75 uint64_t call64(ThreadContext *tc, uint32_t op, uint64_t param);
H A Dsystem.cc285 return sys->semihosting->call64(tc, op, param);
H A Dsemihosting.cc156 ArmSemihosting::call64(ThreadContext *tc, uint32_t op, uint64_t param) function in class:ArmSemihosting
176 DPRINTF(Semihosting, "Semihosting call64: %s(0x%x)\n", call->name, param);

Completed in 10 milliseconds