Searched refs:parent (Results 76 - 100 of 128) sorted by relevance

123456

/gem5/src/mem/slicc/ast/
H A DMachineAST.py43 def files(self, parent=None):
/gem5/src/dev/
H A Dpixelpump.cc302 _name(name), parent(*_parent), func(_func),
306 parent.pixelEvents.push_back(this);
350 parent.deschedule(this);
358 parent.schedule(this, relativeTick + curTick());
H A Dintel_8254_timer.hh148 Intel8254Timer *parent; member in class:Intel8254Timer::Counter
H A Ddma_device.cc487 : parent(_parent), _done(false), _canceled(false), _data(max_size, 0)
494 parent = nullptr;
516 if (!parent)
521 parent->dmaDone();
/gem5/src/arch/arm/
H A Dsemihosting.hh119 : parent(_parent), _name(name), mode(_mode) {}
126 ArmSemihosting &parent, const std::string &fname,
129 ArmSemihosting &parent, CheckpointIn &cp, const std::string &sec);
200 ArmSemihosting &parent; member in class:ArmSemihosting::FileBase
H A Dnativetrace.cc67 Trace::ArmNativeTrace::ThreadState::update(NativeTrace *parent) argument
76 parent->read(&diffVector, sizeof(diffVector));
91 parent->read(values, sizeof(values));
H A Dsemihosting.cc713 ArmSemihosting &parent, const std::string &fname, const char *mode)
717 file.reset(new FileFeatures(parent, fname.c_str(), mode));
719 file.reset(new File(parent, fname.c_str(), mode));
726 ArmSemihosting::FileBase::create(ArmSemihosting &parent, argument
739 file = create(parent, fname, mode.c_str());
849 file = parent.stdin;
851 file = parent.stdout;
853 file = parent.stderr;
887 return file == parent.stdout ||
888 file == parent
712 create( ArmSemihosting &parent, const std::string &fname, const char *mode) argument
[all...]
H A Dpmu.hh361 RegularProbe(RegularEvent *parent, SimObject* obj, argument
364 parentEvent(parent) {}
/gem5/src/gpu-compute/
H A Dlds_state.hh261 parent = nullptr;
354 * assign a parent and request this amount of space be set aside
397 return parent;
415 return parent;
489 ComputeUnit* parent = nullptr;
/gem5/src/python/m5/util/
H A Ddot_writer.py238 # determine the type of the current node, and also its parent, if
239 # the node is not the same type as the parent then we use the base
247 # if this node is the same type as the parent, then scale the
253 parent = simNode._parent
254 # find the closes parent that is not the same type
255 while parent and get_node_type(parent) == parent_type:
257 parent = parent._parent
/gem5/src/arch/arm/tracers/
H A Dtarmac_parser.cc728 if (mismatchOnPcOrOpcode && (parent.exitOnDiff ||
729 parent.exitOnInsnDiff))
732 if (mismatch && parent.exitOnDiff)
766 mismatchOnPcOrOpcode(false), parent(_parent)
786 if (parent.macroopInProgress && !staticInst->isLastMicroop()) {
792 parent.macroopInProgress = false;
868 parent, thread, staticInst, pc, mismatch,
871 } else if (mismatchOnPcOrOpcode && (parent.exitOnDiff ||
872 parent.exitOnInsnDiff)) {
877 parent
[all...]
/gem5/src/dev/virtio/
H A Dfs9p.cc146 DPRINTF(VIO9P, "\tPending transactions: %i\n", parent.pendingTransactions.size());
156 parent.pendingTransactions[header.tag] = desc;
159 parent.dumpMsg(header, data, sizeof(data));
162 parent.recvTMsg(header, data, sizeof(data));
437 parent.serverDataReady();
573 parent.serverDataReady();
/gem5/src/cpu/kvm/
H A Dperfevent.cc77 pid_t tid, const PerfKvmCounter &parent)
80 attach(config, tid, parent);
76 PerfKvmCounter(PerfKvmCounterConfig &config, pid_t tid, const PerfKvmCounter &parent) argument
/gem5/src/dev/net/
H A Ddist_etherlink.cc206 parent->schedule(doneEvent, curTick() + delay);
242 parent->schedule(*event, event_time);
H A Detherlink.hh77 EtherLink *const parent; member in class:EtherLink::Link
H A Detherswitch.hh101 EtherSwitch *parent; member in class:EtherSwitch::Interface
/gem5/src/sim/
H A Dclock_domain.hh276 * that is connected to a parent clock domain that can either be a
289 * Called by the parent clock domain to propagate changes. This
298 * Reference to the parent clock domain this clock domain derives
301 ClockDomain &parent; member in class:DerivedClockDomain
/gem5/src/dev/arm/
H A Dtimer_cpulocal.hh97 /** Pointer to parent class */
98 CpuLocalTimer *parent; member in class:CpuLocalTimer::Timer
/gem5/src/mem/
H A Dmem_checker.hh207 ByteTracker(Addr addr = 0, const MemChecker *parent = NULL)
208 : Named((parent != NULL ? parent->name() : "") +
/gem5/ext/mcpat/regression/
H A Dverify_output.py85 self.parent = None
206 curr_node = curr_node.parent
207 new_node.parent = curr_node
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h93 for (handle parent : reinterpret_borrow<tuple>(t->tp_bases))
94 check.push_back((PyTypeObject *) parent.ptr());
130 for (handle parent : reinterpret_borrow<tuple>(type->tp_bases))
131 check.push_back((PyTypeObject *) parent.ptr());
495 PYBIND11_NOINLINE static handle cast(const void *_src, return_value_policy policy, handle parent, argument
556 keep_alive_impl(inst, parent);
835 static handle cast(const itype &src, return_value_policy policy, handle parent) { argument
838 return cast(&src, policy, parent);
841 static handle cast(itype &&src, return_value_policy, handle parent) { argument
842 return cast(&src, return_value_policy::move, parent);
869 cast(const itype *src, return_value_policy policy, handle parent) argument
[all...]
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_port.h111 // bind parent port to this port
276 // bind a parent port with type IF to this port
525 this_type* parent = DCAST<this_type*>( &parent_ ); local
526 if( parent == 0 ) {
530 base_type::bind( *parent );
/gem5/src/systemc/core/
H A Devent.hh152 sc_core::sc_object *parent; member in class:sc_gem5::Event
/gem5/src/base/stats/
H A Dinfo.hh102 void setName(const Group *parent, const std::string &name);
/gem5/ext/googletest/googletest/src/
H A Dgtest-filepath.cc317 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
318 return parent.CreateDirectoriesRecursively() && this->CreateFolder();
323 // directory for any reason, including if the parent directory does not

Completed in 48 milliseconds

123456