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

123456789

/gem5/src/arch/x86/
H A Dtlb.cc261 paddr - apicRange.start()));
352 Fault fault = walker->start(tc, translation, req, mode);
/gem5/src/mem/
H A Dabstract_mem.cc347 uint8_t *hostAddr = pmemAddr + pkt->getAddr() - range.start();
437 uint8_t *hostAddr = pmemAddr + pkt->getAddr() - range.start();
/gem5/src/mem/slicc/symbols/
H A DType.py634 start = ""
637 code('${start}if (str == "${{enum.ident}}") {')
639 start = "} else "
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.cc218 backdoor.range().start(), backdoor.range().end());
352 dmi_data.set_start_address(backdoor->range().start());
/gem5/util/style/
H A Dregion.py50 '''A region (range) of [start, end).
69 def start(self): member in class:Region
/gem5/src/dev/
H A Dpixelpump.cc156 BasePixelPump::start() function in class:BasePixelPump
H A Ddma_device.hh295 * (designated by a start address and a size) is started by calling
401 * @warn It's considered an error to call start on an active DMA
405 * @param start Physical address to copy from.
408 void startFill(Addr start, size_t size);
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_endian_conv.h471 uchar *start, uchar *end, uchar *src, uchar *bsrc, uchar *dest, uchar *bdest) {
477 // len0 bytes at start of a bus word
478 if((src >= start) && (src < end)) {
497 if((src >= start) && (src < end)) {
509 if((src >= start) && (src < end)) {
469 loop_word1( int bytes_left, int len0, int lenN, int sizeof_databus, uchar *start, uchar *end, uchar *src, uchar *bsrc, uchar *dest, uchar *bdest) argument
/gem5/src/arch/arm/linux/
H A Dsystem.cc182 am.memStart(atagRanges.begin()->start());
/gem5/src/cpu/testers/traffic_gen/
H A Dtraffic_gen.cc87 start();
H A Dbase.cc282 BaseTrafficGen::start() function in class:BaseTrafficGen
303 // attempt to send the packet, and if we are successful start up
/gem5/src/dev/arm/
H A Drv_ctrl.cc167 if (!req.start) {
H A Dgic_v3_redistributor.cc94 int first_intid = addr - GICR_IPRIORITYR.start();
389 int first_intid = addr - GICR_IPRIORITYR.start();
/gem5/src/gpu-compute/
H A Dwavefront.hh249 // Execution mask at wavefront start
332 void start(uint64_t _wfDynId, uint64_t _base_ptr);
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py490 Pass string storage as strings_store, pos for current node start
647 start = 0
652 for index in range(start, len(node)):
661 start = 0
666 (node, start) = hist.pop()
/gem5/configs/ruby/
H A DMOESI_CMP_directory.py151 addr_range = AddrRange(r.start, size = r.size(),
/gem5/src/python/pybind11/
H A Dcore.cc163 .def("start", &AddrRange::start)
/gem5/src/systemc/core/
H A Dscheduler.hh82 * priority events in front of it. When it runs, it will start the first
116 * start.
125 * event will happen before the next readyEvent which would start the next
339 void start(Tick max_tick, bool run_to_time);
/gem5/src/cpu/minor/
H A Dcpu.cc313 /* Mark that some activity has taken place and start the pipeline */
315 pipeline->start();
/gem5/ext/pybind11/tests/
H A Dtest_stl_binders.py178 for i, j in enumerate(vnc, start=1):
/gem5/src/python/m5/
H A Dparams.py771 self.end = self.start + Addr(kwargs.pop('size')) - 1
801 self.start = Addr(kwargs.pop('start'))
806 self.start = Addr(args[0])
809 self.start = Addr(args[0][0])
812 self.start = Addr(0)
816 self.start = Addr(args[0])
826 return '%s:%s' % (self.start, self.end)
828 return '%s:%s:%s:%s' % (self.start, self.end, self.intlvMatch,
833 return (long(self.end) - long(self.start)
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h1125 int_ start(start_), stop(stop_), step(step_);
1126 m_ptr = PySlice_New(start.ptr(), stop.ptr(), step.ptr());
1129 bool compute(size_t length, size_t *start, size_t *stop, size_t *step, argument
1132 (ssize_t) length, (ssize_t *) start,
1136 bool compute(ssize_t length, ssize_t *start, ssize_t *stop, ssize_t *step, argument
1139 length, start,
/gem5/ext/systemc/src/sysc/qt/
H A Dmeas.c313 ":: start/stop = QT_ARGS + QT_BLOCKI + QT_ABORT + 3 procedure calls.",
520 test09_create (qt_startup_t *start, qt_vuserf_t *f, argument
528 t->qt = QT_VARGS (t->top, nbytes, ap, t, start, f, cleanup);
640 ":: varargs start/stop = QT_BLOCKI + QT_ABORT + 6 function calls.",
713 ":: varargs 2 start/stop = QT_VARGS(2 args), QT_BLOCKI, QT_ABORT, 6 f() calls.",
738 ":: varargs 4 start/stop = QT_VARGS(4 args), QT_BLOCKI, QT_ABORT, 6 f() calls.",
764 ":: varargs 8 start/stop = QT_VARGS(8 args), QT_BLOCKI, QT_ABORT, 6 f() calls.",
/gem5/src/python/m5/util/
H A Dcode_formatter.py264 i = match.start('invalid')
/gem5/ext/ply/example/GardenSnake/
H A DGardenSnake.py171 # only care about whitespace at the start of a line
239 # WS only occurs at the start of the line
636 self.parser = yacc.yacc(start="file_input_end")

Completed in 34 milliseconds

123456789