Searched refs:addr_offset (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/testers/traffic_gen/
H A DPyTrafficGen.py66 def createTrace(self, duration, trace_file, addr_offset=0):
69 addr_offset=addr_offset)
H A Dtrace_gen.hh159 * @param addr_offset Positive offset to add to trace address
162 const std::string& trace_file, Addr addr_offset)
166 addrOffset(addr_offset),
161 TraceGen(SimObject &obj, MasterID master_id, Tick _duration, const std::string& trace_file, Addr addr_offset) argument
H A Dbase.hh297 const std::string& trace_file, Addr addr_offset);
H A Dbase.cc452 const std::string& trace_file, Addr addr_offset)
456 new TraceGen(*this, masterID, duration, trace_file, addr_offset));
451 createTrace(Tick duration, const std::string& trace_file, Addr addr_offset) argument
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtestall.py109 addr_offset = random.choice(list(range(bus_width))+[0]*(bus_width/2))
115 address = addr_base + addr_offset,
/gem5/src/cpu/minor/
H A Dlsq.cc818 Addr addr_offset = load_addr - store_addr; local
825 store_addr, addr_offset);
828 void *store_packet_data = store->packet->getPtr<uint8_t>() + addr_offset;

Completed in 15 milliseconds