Searched defs:process (Results 51 - 75 of 95) sorted by relevance

1234

/gem5/src/sim/
H A Dstat_control.cc78 void process() function in struct:Stats::SimTicksReset
231 process() function in class:Stats::StatEvent
H A Ddvfs_handler.hh253 void process() { updatePerfLevel(); } function in struct:DVFSHandler::UpdateEvent
H A Dclocked_object.hh293 virtual void process() { co->computeStats(); }; function in class:ClockedObjectDumpCallback
/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_initiator_socket.h72 class process : public tlm::tlm_bw_transport_if<TYPES> class in class:tlm_utils::simple_initiator_socket
81 process(const std::string& name) : function in class:tlm_utils::simple_initiator_socket::process
202 class process : public tlm::tlm_bw_transport_if<TYPES> class in class:tlm_utils::simple_initiator_socket_tagged
213 process(const std::string& name) : function in class:tlm_utils::simple_initiator_socket_tagged::process
H A Dpassthrough_target_socket.h89 class process : public tlm::tlm_fw_transport_if<TYPES> class in class:tlm_utils::passthrough_target_socket
101 process(const std::string& name) : function in class:tlm_utils::passthrough_target_socket::process
312 class process : public tlm::tlm_fw_transport_if<TYPES> class in class:tlm_utils::passthrough_target_socket_tagged
328 process(const std::string& name) : function in class:tlm_utils::passthrough_target_socket_tagged::process
/gem5/src/dev/
H A Dintel_8254_timer.cc284 Intel8254Timer::Counter::CounterEvent::process() function in class:Intel8254Timer::Counter::CounterEvent
H A Ddma_device.cc514 DmaReadFifo::DmaDoneEvent::process() function in class:DmaReadFifo::DmaDoneEvent
/gem5/src/mem/ruby/system/
H A DRubySystem.hh151 void process() { m_ruby_system->collateStats(); } function in class:RubyStatsCallback
/gem5/src/arch/arm/linux/
H A Dsystem.cc334 DumpStatsPCEvent::process(ThreadContex function in class:DumpStatsPCEvent
[all...]
H A Dprocess.cc111 auto process = tc->getProcessPtr(); local
129 auto process = tc->getProcessPtr(); local
147 auto process = tc->getProcessPtr(); local
160 auto process = tc->getProcessPtr(); local
[all...]
/gem5/src/systemc/tests/tlm/bugs/multi_passthrough_sockets_bug/
H A Dmulti_passthrough_sockets_bug.cpp40 void process() function in class:initiator_module
170 void process() function in class:introspector_module
/gem5/src/arch/arm/freebsd/
H A Dprocess.cc99 auto process = tc->getProcessPtr(); local
/gem5/src/gpu-compute/
H A Dlds_state.cc277 LdsState::process() function in class:LdsState
330 LdsState::TickEvent::process() function in class:LdsState::TickEvent
/gem5/src/mem/cache/tags/
H A Dbase.hh367 virtual void process() { tags->cleanupRefs(); }; function in class:BaseTagsCallback
375 virtual void process() { tags->computeStats(); }; function in class:BaseTagsDumpCallback
/gem5/src/mem/ruby/network/
H A DNetwork.hh176 void process() {ctr->collateStats();} function in class:Network::StatsCallback
/gem5/src/dev/serial/
H A Dterminal.cc91 Terminal::ListenEvent::process(int revent) function in class:Terminal::ListenEvent
105 Terminal::DataEvent::process(int revent) function in class:Terminal::DataEvent
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h167 sc_object* process; member in class:sc_core::sc_report
/gem5/src/dev/storage/
H A Ddisk_image.cc180 void process() { image->save(); delete this; } function in class:CowDiskCallback
/gem5/src/dev/virtio/
H A Dfs9p.cc435 VirtIO9PDiod::DiodDataEvent::process(int revent) function in class:VirtIO9PDiod::DiodDataEvent
571 VirtIO9PSocket::SocketDataEvent::process(int revent) function in class:VirtIO9PSocket::SocketDataEvent
/gem5/src/arch/x86/
H A Ddecoder.cc74 Decoder::process() function in class:X86ISA::Decoder
/gem5/src/base/vnc/
H A Dvncserver.cc96 VncServer::ListenEvent::process(int revent) function in class:VncServer::ListenEvent
110 VncServer::DataEvent::process(int revent) function in class:VncServer::DataEvent
/gem5/ext/testlib/
H A Dhandlers.py394 def process(self): member in class:MultiprocessingHandlerWrapper
/gem5/src/base/
H A Dremote_gdb.hh163 void process(int revent) { (gdb->*F)(revent); } function in class:BaseRemoteGDB::SocketEvent
210 void process() { gdb->trap(_type); } function in class:BaseRemoteGDB::TrapEvent
/gem5/src/systemc/ext/tlm_utils/
H A Dpassthrough_target_socket.h92 class process : public tlm::tlm_fw_transport_if<TYPES>, class in class:tlm_utils::passthrough_target_socket_b
104 explicit process(passthrough_socket_base *owner) : function in class:tlm_utils::passthrough_target_socket_b::process
320 class process : public tlm::tlm_fw_transport_if<TYPES>, class in class:tlm_utils::passthrough_target_socket_tagged_b
333 process(passthrough_socket_base *owner) : function in class:tlm_utils::passthrough_target_socket_tagged_b::process
H A Dsimple_initiator_socket.h78 class process : public tlm::tlm_bw_transport_if<TYPES>, class in class:tlm_utils::simple_initiator_socket_b
87 explicit process(simple_socket_base *owner) : function in class:tlm_utils::simple_initiator_socket_b::process
229 class process : public tlm::tlm_bw_transport_if<TYPES>, class in class:tlm_utils::simple_initiator_socket_tagged_b
238 explicit process(simple_socket_base *owner) : function in class:tlm_utils::simple_initiator_socket_tagged_b::process

Completed in 46 milliseconds

1234