gem5 v24.0.0.0
|
Classes | |
class | SkipUDelay |
A class to skip udelay() and related calls in the kernel. More... | |
class | ThreadInfo |
Functions | |
void | onUDelay (ThreadContext *tc, uint64_t div, uint64_t mul, uint64_t time) |
void gem5::free_bsd::onUDelay | ( | ThreadContext * | tc, |
uint64_t | div, | ||
uint64_t | mul, | ||
uint64_t | time ) |
Definition at line 51 of file events.cc.
References gem5::curTick(), gem5::RiscvISA::div(), gem5::sim_clock::as_int::ns, and gem5::ThreadContext::quiesceTick().
Referenced by gem5::free_bsd::SkipUDelay< ABI, Base >::process().