Searched refs:detach (Results 1 - 21 of 21) sorted by relevance

/gem5/src/dev/serial/
H A Dterminal.hh127 void detach();
H A Dterminal.cc115 term->detach();
228 Terminal::detach() function in class:Terminal
239 DPRINTFN("detach terminal %d\n", number);
271 detach();
287 detach();
/gem5/src/base/vnc/
H A Dvncserver.cc115 vncserver->detach();
272 detach();
297 detach();
329 detach();
349 // detach a vnc client
351 VncServer::detach() function in class:VncServer
367 DPRINTF(VNC, "detach vnc client %d\n", number);
401 detach();
412 detach();
511 detach();
[all...]
H A Dvncserver.hh179 void detach();
/gem5/src/cpu/kvm/
H A Dperfevent.cc91 detach();
95 PerfKvmCounter::detach() function in class:PerfKvmCounter
H A Dperfevent.hh227 void detach();
H A Dbase.cc464 hwInstructions.detach();
465 hwCycles.detach();
1385 // We need to detach and re-attach the counter to reliably change
1388 hwInstructions.detach();
/gem5/src/dev/net/
H A Dethertap.hh162 void detach();
H A Dethertap.cc337 EtherTapStub::detach() function in class:EtherTapStub
349 detach();
359 detach();
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object.h140 void detach();
H A Dsc_object.cpp276 detach();
281 //"sc_object::detach"
286 void sc_object::detach() function in class:sc_core::sc_object
H A Dsc_runnable_int.h142 m_methods_push_head->detach();
153 m_threads_push_head->detach();
H A Dsc_process.cpp186 detach();
H A Dsc_simcontext.cpp281 detach();
309 ((sc_process_b*)invoker_h)->detach();
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp78 sc_object::detach();
/gem5/util/maint/
H A Dcreate_patches.sh132 git checkout -q --detach "$SHA_PATCHES"
/gem5/src/base/
H A Dremote_gdb.cc405 BaseRemoteGDB::detach() function in class:BaseRemoteGDB
482 detach();
509 detach();
788 // detach remote gdb
882 detach();
H A Dremote_gdb.hh137 void detach();
/gem5/src/arch/arm/
H A Dpmu.hh309 * detach this event from a given counter
311 * @param a pointer to the counter where to detach this event from
435 void detach();
H A Dpmu.cc524 PMU::CounterState::detach() function in class:ArmISA::PMU::CounterState
578 ctr.detach();
/gem5/ext/pybind11/tests/
H A Dtest_callbacks.cpp161 t.detach();

Completed in 45 milliseconds