Searched refs:SkipFuncEvent (Results 1 - 12 of 12) sorted by relevance

/gem5/src/kern/
H A Dsystem_events.hh38 class SkipFuncEvent : public PCEvent class in inherits:PCEvent
41 SkipFuncEvent(PCEventQueue *q, const std::string &desc, Addr addr) function in class:SkipFuncEvent
H A Dsystem_events.cc44 SkipFuncEvent::process(ThreadContext *tc)
/gem5/src/arch/alpha/freebsd/
H A Dsystem.hh42 class SkipCalibrateClocksEvent : public SkipFuncEvent
47 : SkipFuncEvent(q, desc, addr) {}
51 SkipFuncEvent *skipDelayEvent;
H A Dsystem.cc60 skipDelayEvent = addKernelFuncEvent<SkipFuncEvent>("DELAY");
87 SkipFuncEvent::process(tc);
/gem5/src/kern/freebsd/
H A Devents.hh45 class UDelayEvent : public SkipFuncEvent
62 : SkipFuncEvent(q, desc, addr), argDivToNs(div), argMultToNs(mult) {}
H A Devents.cc66 SkipFuncEvent::process(tc);
/gem5/src/kern/linux/
H A Devents.hh51 class DebugPrintkEvent : public SkipFuncEvent
55 : SkipFuncEvent(q, desc, addr) {}
104 class UDelayEvent : public SkipFuncEvent
121 : SkipFuncEvent(q, desc, addr), argDivToNs(div), argMultToNs(mult) {}
H A Devents.cc73 SkipFuncEvent::process(tc);
90 SkipFuncEvent::process(tc);
/gem5/src/arch/alpha/linux/
H A Dsystem.hh54 struct SkipDelayLoopEvent : public SkipFuncEvent
57 : SkipFuncEvent(q, desc, addr) {}
98 SkipFuncEvent *skipCacheProbeEvent;
101 SkipFuncEvent *skipIdeDelay50msEvent;
H A Dsystem.cc137 addKernelFuncEvent<SkipFuncEvent>("ide_delay_50ms");
141 addKernelFuncEvent<SkipFuncEvent>("determine_cpu_caches");
188 SkipFuncEvent::process(tc);
/gem5/src/arch/mips/linux/
H A Dsystem.cc84 SkipFuncEvent::process(tc);
H A Dsystem.hh54 class SkipDelayLoopEvent : public SkipFuncEvent
58 : SkipFuncEvent(q, desc, addr) {}

Completed in 11 milliseconds