Searched refs:parent (Results 101 - 125 of 128) sorted by relevance

123456

/gem5/src/arch/x86/
H A Dnativetrace.cc44 X86NativeTrace::ThreadState::update(NativeTrace *parent) argument
46 parent->read(this, sizeof(*this));
/gem5/src/mem/cache/prefetch/
H A Dbase.cc86 parent.notifyFill(pkt);
88 parent.probeNotify(pkt, miss);
235 * parent cache using the probe "Miss". Also connect to "Hit", if the
H A Dpif.cc246 parent.notifyRetiredInst(pc);
/gem5/src/python/m5/
H A Dsimulate.py323 def fork(simout="%(parent)s.f%(fork_seq)i"):
329 the parent with the suffix ".fN" added where N is the fork
334 parent -- Path to the parent process's output directory.
362 parent = options.outdir
364 "parent" : parent,
H A DSimObject.py497 # class itself (in which case the multidicts have no parent).
500 cls._params.parent = base._params
501 cls._ports.parent = base._ports
502 cls._values.parent = base._values
503 cls._hr_values.parent = base._hr_values
504 cls._children.parent = base._children
505 cls._port_refs.parent = base._port_refs
585 # It's a little funky to have a class as a parent, but these
587 # clears the parent pointer), and this makes it clear that the
1080 # (parent/chil
[all...]
H A Dparams.py273 def set_parent(self, parent, name):
275 self[0].set_parent(parent, name)
279 v.set_parent(parent, "%s%0*d" % (name, width, i))
304 # parent reference of the new SimObject to be the same as the parent
311 warn("SimObject %s already has a parent" % value.get_name() +\
1801 def _instantiate(self, parent = None, path = ''):
1810 def set_path(self, parent, name):
1813 def set_parent(self, parent, name):
/gem5/src/dev/arm/
H A Dgeneric_timer.cc95 SimObject &parent,
98 : _name(name), _parent(parent), _systemCounter(sysctr),
514 parent.setMiscReg(reg, cpu, val);
520 RegVal value = parent.readMiscReg(reg, cpu);
94 ArchTimer(const std::string &name, SimObject &parent, SystemCounter &sysctr, ArmInterruptPin *interrupt) argument
H A Dhdlcd.cc610 parent(_parent),
676 parent.intRaise(INT_DMA_END);
H A Drv_ctrl.cc241 RealViewCtrl::Device(*p->parent, RealViewCtrl::FUNC_OSC,
H A DRealView.py180 # parent unit address
231 parent = Param.RealViewCtrl(Parent.any, "RealView controller") variable in class:RealViewOsc
267 parent = Param.RealViewCtrl(Parent.any, "RealView controller") variable in class:RealViewTemperatureSensor
310 io_phandle = state.phandle(self.osc_mcc.parent.unproxy(self))
342 io_phandle = state.phandle(self.osc_cpu.parent.unproxy(self))
603 node.append(FdtPropertyWords("interrupt-parent",
/gem5/src/mem/
H A Dcomm_monitor.hh390 MonitorStats(Stats::Group *parent, const CommMonitorParams* params);
H A Dcomm_monitor.cc110 CommMonitor::MonitorStats::MonitorStats(Stats::Group *parent, argument
112 : Stats::Group(parent),
/gem5/src/cpu/testers/traffic_gen/
H A Dbase.hh198 StatGroup(Stats::Group *parent);
H A Dbase.cc335 BaseTrafficGen::StatGroup::StatGroup(Stats::Group *parent) argument
336 : Stats::Group(parent),
/gem5/src/systemc/tests/systemc/compliance_1666/test208/
H A Dtest208.cpp199 sc_object* parent = this->get_parent_object(); local
200 sc_assert (parent == 0);
/gem5/ext/pybind11/tests/
H A Dtest_copy_move.cpp92 static handle cast(const CopyOnlyInt *src, return_value_policy policy, handle parent) { argument
94 return cast(*src, policy, parent);
/gem5/src/mem/slicc/symbols/
H A DType.py211 parent = ""
214 parent = " : public %s" % self["interface"]
217 $klass ${{self.c_ident}}$parent
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc259 // message is propagated back to the parent process. Otherwise, the
269 FILE* parent = posix::FDOpen(flag->write_fd(), "w"); local
270 fputc(kDeathTestInternalError, parent);
271 fprintf(parent, "%s", message.c_str());
272 fflush(parent);
319 // This is called from a death test parent process to read a failure
403 // Called in the parent process only. Reads the result code of the death
426 // Descriptor to the child's write end of the pipe to the parent process.
427 // It is always -1 in the parent process. The parent keep
[all...]
H A Dgtest-internal-inl.h501 explicit UnitTestImpl(UnitTest* parent);
/gem5/src/dev/
H A Ddma_device.hh493 DmaReadFifo *parent;
/gem5/src/arch/arm/
H A Dtable_walker.hh262 L2Descriptor(L1Descriptor &parent) : data(0), l1Parent(&parent), argument
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py440 self.parent = None
465 """Set parent node, None and FdtNode accepted"""
469 self.parent = node
472 """Get parent node"""
473 return self.parent
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h160 std::move(args_converter).template call<Return, Guard>(cap->f), policy, call.parent);
298 /* Never append a method to an overload chain of a parent class;
299 instead, hide the parent's overloads in this case */
434 handle parent = n_args_in > 0 ? PyTuple_GET_ITEM(args_in, 0) : nullptr, local
440 const auto pi = reinterpret_cast<instance *>(parent.ptr());
496 function_call call(func, parent);
780 auto *pi = reinterpret_cast<instance *>(parent.ptr());
1396 enum_base(handle base, handle parent) : m_base(base), m_parent(parent) { } argument
1579 /// Export enumeration entries into the parent scop
[all...]
/gem5/src/sim/
H A Dsyscall_emul.cc116 Process *parent = nullptr, *tg_lead = nullptr; local
150 * set to false to prevent the parent thread from killing
164 * system; there is no parent to receive the signal. We obviate
170 parent = walk;
175 if (parent) {
177 sys->signalList.push_back(BasicSignal(tg_lead, parent, SIGCHLD));
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc932 // reports calls to those methods to its parent MockDeathTestFactory
936 MockDeathTest(MockDeathTestFactory *parent, argument
938 parent_(parent), role_(role), status_(status), passed_(passed) {
1062 // Test that the parent process doesn't run the death test code,

Completed in 89 milliseconds

123456