Searched refs:notifyFork (Results 1 - 9 of 9) sorted by relevance

/gem5/src/dev/storage/
H A Ddisk_image.hh85 void notifyFork() override;
128 void notifyFork() override;
H A Ddisk_image.cc68 RawDiskImage::notifyFork() function in class:RawDiskImage
212 CowDiskImage::notifyFork() function in class:CowDiskImage
/gem5/src/sim/
H A Ddrain.hh296 virtual void notifyFork() {}; function in class:Drainable
/gem5/src/python/m5/
H A Dsimulate.py318 def notifyFork(root): function
320 obj.notifyFork()
360 notifyFork(root)
/gem5/src/cpu/kvm/
H A Dvm.hh299 void notifyFork();
H A Dbase.hh93 void notifyFork() override;
H A Dvm.cc320 KvmVM::notifyFork() function in class:KvmVM
324 warn("kvm VM: notifyFork failed to close vmFD\n");
H A Dbase.cc447 BaseKvmCPU::notifyFork() function in class:BaseKvmCPU
456 warn("kvm CPU: notifyFork failed to close vcpuFD\n");
/gem5/src/python/pybind11/
H A Dcore.cc113 .def("notifyFork", &Drainable::notifyFork)

Completed in 21 milliseconds