Searched refs:offset (Results 151 - 175 of 189) sorted by relevance

12345678

/gem5/src/dev/net/
H A Dpktfifo.hh177 bool copyout(void *dest, unsigned offset, unsigned len);
/gem5/src/arch/arm/insts/
H A Dmem64.cc160 printExtendOperand(false, ss, offset, type, shiftAmt);
H A Dmem64.hh207 IntRegIndex offset; member in class:ArmISA::MemoryReg64
216 offset(_offset), type(_type), shiftAmt(_shiftAmt)
H A Dmacromem.hh482 IntRegIndex offset, ArmExtendType type, int64_t imm);
540 bool writeback, bool load, uint32_t offset);
H A Dvfp.cc1162 unsigned offset = idx % 8; local
1163 idx = (IntRegIndex)(idx - offset);
1164 offset += stride;
1165 idx = (IntRegIndex)(idx + (offset % 8));
/gem5/src/base/loader/
H A Dcoff_sym.h114 coff_addr cbLineOffset; /* offset to start of line number entries*/
115 coff_addr cbDnOffset; /* offset to start dense number table */
116 coff_addr cbPdOffset; /* offset to procedure descriptor table */
117 coff_addr cbSymOffset; /* offset to start of local symbols*/
118 coff_addr cbOptOffset; /* offset to optimization symbol entries */
119 coff_addr cbAuxOffset; /* offset to start of auxillary symbol entries*/
120 coff_addr cbSsOffset; /* offset to start of local strings */
121 coff_addr cbSsExtOffset; /* offset to start of external strings */
122 coff_addr cbFdOffset; /* offset to file descriptor table */
123 coff_addr cbRfdOffset; /* offset t
381 coff_ulong offset; /* relative offset this occured */ member in struct:__anon22
[all...]
/gem5/src/arch/arm/
H A Dfaults.hh156 const FaultOffset offset; member in struct:ArmISA::ArmFault::FaultVals
192 : name(name_), offset(offset_), currELTOffset(currELTOffset_),
222 virtual FaultOffset offset(ThreadContext *tc) = 0;
253 FaultOffset offset(ThreadContext *tc) override;
H A Dtypes.hh154 Bitfield<23, 0> offset; member in namespace:ArmISA
/gem5/src/gpu-compute/
H A Dhsail_code.hh227 uint64_t offset; member in class:StorageElement
233 : name(_name), offset(_offset), size(_size), brigSymbol(sym)
H A Dbrig_object.cc174 DPRINTF(HSAILObject,"DIRECTIVE_FUNCTION: %s offset: "
215 DPRINTF(HSAILObject,"DIRECTIVE_KERNEL: %s offset: %d count: "
312 memcpy(readonlyData + se->offset, symbol_data,
461 // start at offset 4 to skip initial null entry (see Brig spec)
H A Dgpu_tlb.cc764 Addr offset = bits(vaddr - base, size - 1, 0); local
765 Addr endOffset = offset + req->getSize() - 1;
771 if (offset <= limit || endOffset <= limit)
774 if (offset > limit || endOffset > limit)
/gem5/util/minorview/
H A Dmodel.py847 def add_blob_picture(self, offset, pic, nameDict):
914 self.add_blob(blobs.Arrow('_', start + offset,
935 self.add_blob(blobs.Arrow('_', point + offset,
938 self.add_blob(blobs.Arrow('_', point + offset,
947 topLeft = point + offset
/gem5/src/base/vnc/
H A Dvncserver.cc141 pixelFormat.redshift = pixelConverter.ch_r.offset;
142 pixelFormat.greenshift = pixelConverter.ch_g.offset;
143 pixelFormat.blueshift = pixelConverter.ch_b.offset;
/gem5/src/base/
H A Dstatistics.hh1177 off_type offset;
1187 return stat.data(offset + index);
1194 return stat.data(offset + index);
1220 : stat(s), offset(o), len(l)
1225 : stat(sp.stat), offset(sp.offset), len(sp.len)
1233 offset = sp.offset;
1242 return ScalarProxy<Stat>(stat, offset + index);
1316 off_type offset
[all...]
H A Dremote_gdb.hh294 std::string &encoded, size_t offset, size_t unencoded_length) const;
/gem5/src/mem/
H A Dxbar.cc101 Tick offset = clockEdge() - curTick(); local
106 pkt->headerDelay += offset + header_delay;
127 // the payload delay is not paying for the clock offset as that is
/gem5/system/alpha/console/
H A Ddbmentry.S55 addq t3,0x70,t3 # *** If offset in console alpha access struct changes
/gem5/ext/googletest/googletest/scripts/
H A Dpump.py119 def __add__(self, offset):
120 return Cursor(self.line, self.column + offset)
122 def __sub__(self, offset):
123 return Cursor(self.line, self.column - offset)
/gem5/src/dev/arm/
H A Dgeneric_timer.hh140 * Timer settings or the offset has changed, re-evaluate
174 uint64_t offset() const { return _offset; } function in class:ArchTimer
H A Dsmmu_v3_caches.cc1169 int size, offset; local
1175 offset = offsets[0*WALK_CACHE_LEVELS + level];
1181 offset = offsets[1*WALK_CACHE_LEVELS + level];
1188 return ((va >> findLsbSet(vaMask)) % size) + offset;
H A Dgic_v2.cc285 panic("Tried to read Gic distributor at offset %#x\n", daddr);
383 panic("Tried to read Gic cpu at offset %#x\n", daddr);
509 unsigned offset = SGI_MAX + PPI_MAX;
510 if (int_num >= offset) {
511 unsigned ix = int_num - offset; // index into cpuTarget array
552 panic("Tried to write Gic distributor at offset %#x\n", daddr);
632 panic("Tried to write Gic cpu at offset %#x\n", daddr);
/gem5/configs/common/
H A DSimulation.py213 # maintain correct offset if we restored from some instruction
591 offset = int(options.take_checkpoints)
597 checkpoint_inst = int(testsys.cpu[i].workload[0].simpoint) + offset
602 options.take_checkpoints = offset
606 testsys.cpu[i].max_insts_any_thread = offset
/gem5/src/arch/alpha/
H A Dtlb.cc427 (VAddr(req->getVaddr()).offset()
537 VAddr(req->getVaddr()).offset());
/gem5/src/arch/arm/freebsd/
H A Dprocess.cc1279 int offset = callnum - base; local
1280 if (offset < 0 || offset >= size)
1282 return &descs[offset];
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh888 * @param trace_offset trace offset set by comparing both traces
890 void adjustInitTraceOffset(Tick& offset);
1097 * This stores the time offset in the trace, which is taken away from
1099 * offset can be very large if the traces are generated from the middle of

Completed in 76 milliseconds

12345678