Searched refs:start (Results 201 - 224 of 224) sorted by relevance

123456789

/gem5/src/dev/arm/
H A Dhdlcd.cc218 // pump, start an new refresh. This typically happens when
507 pixelPump.start();
H A Dsmmu_v3.cc587 int offset = pkt->getAddr() - regsMap.start();
617 int offset = pkt->getAddr() - regsMap.start();
H A Dgic_v3_its.cc877 auto relative_addr = addr - GITS_BASER.start();
966 auto relative_addr = addr - GITS_BASER.start();
/gem5/ext/testlib/
H A Dhandlers.py392 self.thread.start()
/gem5/configs/ruby/
H A DMOESI_AMD_Base.py254 addr_range = m5.objects.AddrRange(r.start, size = r.size(),
H A DGPU_RfO.py475 addr_range = m5.objects.AddrRange(r.start, size = r.size(),
/gem5/ext/pybind11/tools/
H A Dmkdoc.py288 thr.start()
/gem5/ext/dsent/model/
H A DElectricalModel.cc398 int start = net_indices_.first; local
401 for (int index = start; index <= end; ++index)
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc2743 // Deletions will start from the left end and move one position
2759 // Deletions will start from the left end and move one position
2891 // Deletions will start from the left end and move one position
2907 // Deletions will start from the left end and move one position
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h727 size_t start = sig.find('(') + 7; // skip "(self: "
728 if (start < sig.size()) {
734 if (start < end && next < sig.size()) {
735 msg.append(sig, start, end - start);
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s180 # at the start of qt_start$TXT, or (2) skip past the two noop pairs
/gem5/src/arch/x86/
H A Dpagetable_walker.cc70 Walker::start(ThreadContext * _tc, BaseTLB::Translation *_translation, function in class:X86ISA::Walker
75 // another one (i.e. either coalesce or start walk)
/gem5/src/dev/net/
H A Di8254xGBe_defs.hh390 ADD_FIELD32(start,0,1); // start read
H A Di8254xGBe.cc451 if (regs.eerd.start()) {
455 regs.eerd.start(0);
1740 "Loading TSO header (%d bytes) into start of packet\n",
/gem5/src/cpu/kvm/
H A Dbase.cc135 // Tell the VM that a CPU is about to start.
783 // Arm the run timer and start the cycle timer if it isn't
789 hwCycles.start();
1195 // TODO: We might need to do synchronization when we start to
1344 panic("KVM: Failed to start virtual CPU (errno: %i)\n",
/gem5/src/gpu-compute/
H A Dwavefront.cc157 Wavefront::start(uint64_t _wf_dyn_id,uint64_t _base_ptr) function in class:Wavefront
H A Dcompute_unit.cc308 w->start(++_n_wave, ndr->q.code_ptr);
/gem5/configs/common/
H A DFSConfig.py270 self.mem_ranges.append(AddrRange(region.start, size=size_remain))
/gem5/src/arch/arm/
H A Dsemihosting.cc575 const Addr mem_start = memory.start() + memReserve;
/gem5/ext/pybind11/tests/
H A Dtest_eigen.py208 for i, chol in enumerate(chols, start=1):
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-param-test.h221 // Range(start, end)
222 // - returns a generator producing a sequence of values {start, start+1,
223 // start+2, ..., }.
224 // Range(start, end, step)
225 // - returns a generator producing a sequence of values {start, start+step,
226 // start+step+step, ..., }.
231 // * start and end must have the same type. That type may be any integral or
238 // * Condition start < en
242 Range(T start, T end, IncrementT step) argument
248 Range(T start, T end) argument
[all...]
/gem5/src/systemc/tests/systemc/misc/gnats/pr-503/
H A Dpr-503.cpp120 start: while(1) {
2828 } // end start
/gem5/src/systemc/tests/systemc/misc/gnats/pr-503-neg/
H A Dpr-503-neg.cpp120 start: while(1) {
2828 } // end start
/gem5/src/arch/
H A Disa_parser.py355 exprEnd = match.start()
1190 # start next search after end of current match
1333 # start next search after end of current match
1912 # The LHS of the first grammar rule is used as the start symbol

Completed in 105 milliseconds

123456789