Searched refs:descendants (Results 1 - 14 of 14) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process_handle.h92 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
95 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
102 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
106 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
109 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
111 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
113 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
115 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
120 sc_descendant_inclusion_info descendants=SC_NO_DESCENDANTS );
261 inline void sc_process_handle::disable(sc_descendant_inclusion_info descendants) argument
295 enable(sc_descendant_inclusion_info descendants) argument
395 resume(sc_descendant_inclusion_info descendants) argument
405 suspend(sc_descendant_inclusion_info descendants) argument
424 sync_reset_off( sc_descendant_inclusion_info descendants) argument
436 sync_reset_on( sc_descendant_inclusion_info descendants) argument
496 throw_it( const EXCEPT& exception, sc_descendant_inclusion_info descendants) argument
[all...]
H A Dsc_method_process.cpp141 // descendants = indicator of whether this process' children should also
145 sc_descendant_inclusion_info descendants )
150 if ( descendants == SC_INCLUDE_DESCENDANTS )
158 if ( child_p ) child_p->disable_process(descendants);
197 // descendants. If the process was suspended and has a resumption pending it
203 sc_descendant_inclusion_info descendants )
208 if ( descendants == SC_INCLUDE_DESCENDANTS )
216 if ( child_p ) child_p->enable_process(descendants);
240 void sc_method_process::kill_process(sc_descendant_inclusion_info descendants) argument
252 if ( descendants
[all...]
H A Dsc_thread_process.cpp166 // descendants = indicator of whether this process' children should also
170 sc_descendant_inclusion_info descendants )
175 if ( descendants == SC_INCLUDE_DESCENDANTS )
183 if ( child_p ) child_p->disable_process(descendants);
222 // descendants. If the process was suspended and has a resumption pending it
228 sc_descendant_inclusion_info descendants )
233 if ( descendants == SC_INCLUDE_DESCENDANTS )
241 if ( child_p ) child_p->enable_process(descendants);
266 void sc_thread_process::kill_process(sc_descendant_inclusion_info descendants )
278 if ( descendants
[all...]
H A Dsc_method_process.h141 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS );
143 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS );
146 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS );
158 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS );
163 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS );
166 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS );
H A Dsc_process.h373 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS ) = 0;
376 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS ) = 0;
382 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS ) = 0;
385 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS );
387 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS ) = 0;
389 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS ) = 0;
391 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS ) = 0;
H A Dsc_thread_process.h128 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS );
130 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS );
132 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS );
137 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS );
144 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS );
147 sc_descendant_inclusion_info descendants = SC_NO_DESCENDANTS );
H A Dsc_process.cpp460 // conditionally its descendants.
472 // descendants = indication of how to process descendants.
475 sc_descendant_inclusion_info descendants )
480 if ( descendants == SC_INCLUDE_DESCENDANTS )
488 if ( child_p ) child_p->reset_process(rt, descendants);
/gem5/src/python/m5/
H A Dsimulate.py89 # hierarchy so we catch them with future descendants() walks
90 for obj in root.descendants(): obj.adoptOrphanParams()
93 for obj in root.descendants(): obj.unproxyParams()
98 for obj in sorted(root.descendants(), key=lambda o: o.path()):
120 for obj in root.descendants(): obj.createCCObject()
121 for obj in root.descendants(): obj.connectPorts()
124 for obj in root.descendants(): obj.init()
131 for obj in root.descendants(): obj.regProbePoints()
134 for obj in root.descendants(): obj.regProbeListeners()
150 for obj in root.descendants()
[all...]
H A DSimObject.py1637 def descendants(self): member in class:SimObject
1643 for obj in child.descendants():
H A Dparams.py292 def descendants(self): member in class:SimObjectVector
294 for obj in v.descendants():
1819 def descendants(self): member in class:NullSimObject
/gem5/configs/example/arm/
H A Dfs_power.py106 for cpu in root.system.descendants():
114 for l2 in root.system.bigCluster.l2.descendants():
H A Dfs_bigLITTLE.py77 for obj in root.descendants():
293 for obj in cpu.descendants():
/gem5/src/python/m5/util/
H A Ddot_writer_ruby.py128 for obj in root.descendants():
/gem5/configs/common/
H A DFileSystemConfig.py80 cpus = [obj for obj in system.descendants() if isinstance(obj, BaseCPU)]

Completed in 30 milliseconds