Searched refs:DebugPrintkEvent (Results 1 - 6 of 6) sorted by relevance

/gem5/src/kern/linux/
H A Devents.hh51 class DebugPrintkEvent : public SkipFuncEvent class in namespace:Linux
54 DebugPrintkEvent(PCEventQueue *q, const std::string &desc, Addr addr) function in class:Linux::DebugPrintkEvent
H A Devents.cc64 DebugPrintkEvent::process(ThreadContext *tc)
/gem5/src/arch/alpha/linux/
H A Dsystem.hh107 Linux::DebugPrintkEvent *debugPrintkEvent;
H A Dsystem.cc142 debugPrintkEvent = addKernelFuncEvent<DebugPrintkEvent>("dprintk");
/gem5/src/arch/arm/
H A Dsystem.hh67 Linux::DebugPrintkEvent *debugPrintkEvent;
H A Dsystem.cc130 debugPrintkEvent = addKernelFuncEvent<DebugPrintkEvent>("dprintk");

Completed in 5 milliseconds