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

/gem5/util/tlm/examples/slave_port/
H A Dsc_target.cc93 unsigned char *mem_array_ptr = mem + adr; local
100 std::memcpy(ptr, mem_array_ptr, len);
105 std::memcpy(mem_array_ptr, ptr, len);
237 unsigned char *mem_array_ptr = mem + adr; local
244 std::memcpy(ptr, mem_array_ptr, len);
249 std::memcpy(mem_array_ptr, ptr, len);

Completed in 4 milliseconds