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

/gem5/src/mem/
H A Dphysical.cc317 unsigned int store_id = 0; local
320 ScopedCheckpointSection sec(cp, csprintf("store%d", store_id));
321 serializeStore(cp, store_id++, s.range, s.pmem);
326 PhysicalMemory::serializeStore(CheckpointOut &cp, unsigned int store_id, argument
331 string filename = name() + ".store" + to_string(store_id) + ".pmem";
337 SERIALIZE_SCALAR(store_id);
401 unsigned int store_id; local
402 UNSERIALIZE_SCALAR(store_id);
414 uint8_t* pmem = backingStore[store_id].pmem;
415 AddrRange range = backingStore[store_id]
[all...]
H A Dphysical.hh249 * @param store_id Unique identifier of this backing store
253 void serializeStore(CheckpointOut &cp, unsigned int store_id,

Completed in 6 milliseconds