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

/gem5/src/sim/
H A Dserialize.hh170 * implemented by instantiating a ScopedCheckpointSection and then
173 class ScopedCheckpointSection { class in class:Serializable
176 ScopedCheckpointSection(CP &cp, const char *name) { function in class:Serializable::ScopedCheckpointSection
182 ScopedCheckpointSection(CP &cp, const std::string &name) { function in class:Serializable::ScopedCheckpointSection
187 ~ScopedCheckpointSection();
189 ScopedCheckpointSection() = delete;
190 ScopedCheckpointSection(const ScopedCheckpointSection &) = delete;
191 ScopedCheckpointSection &operator=(
192 const ScopedCheckpointSection
[all...]
H A Dserialize.cc178 Serializable::ScopedCheckpointSection sec(cp, name);
185 Serializable::ScopedCheckpointSection sec(cp, name);
217 Serializable::ScopedCheckpointSection::~ScopedCheckpointSection()
225 Serializable::ScopedCheckpointSection::pushName(const char *obj_name)
232 DPRINTF(Checkpoint, "ScopedCheckpointSection::pushName: %s\n", obj_name);
236 Serializable::ScopedCheckpointSection::nameOut(CheckpointOut &cp)
238 DPRINTF(Checkpoint, "ScopedCheckpointSection::nameOut: %s\n",
/gem5/src/mem/
H A Dpage_table.cc179 ScopedCheckpointSection sec(cp, csprintf("Entry%d", count++));
195 ScopedCheckpointSection sec(cp, csprintf("Entry%d", i));
H A Dphysical.cc320 ScopedCheckpointSection sec(cp, csprintf("store%d", store_id));
390 ScopedCheckpointSection sec(cp, csprintf("store%d", i));
/gem5/src/dev/sparc/
H A Diob.cc348 ScopedCheckpointSection sec(cp, csprintf("Int%d", x));
355 ScopedCheckpointSection sec(cp, csprintf("jIntBusy%d", x));
368 ScopedCheckpointSection sec(cp, csprintf("Int%d", x));
375 ScopedCheckpointSection sec(cp, csprintf("jIntBusy%d", x));
/gem5/src/arch/mips/
H A Dtlb.cc207 ScopedCheckpointSection sec(cp, csprintf("PTE%d", i));
219 ScopedCheckpointSection sec(cp, csprintf("PTE%d", i));
/gem5/src/arch/power/
H A Dtlb.cc205 ScopedCheckpointSection sec(cp, csprintf("PTE%d", i));
217 ScopedCheckpointSection sec(cp, csprintf("PTE%d", i));
/gem5/src/arch/riscv/
H A Dtlb.cc209 ScopedCheckpointSection sec(cp, csprintf("PTE%d", i));
221 ScopedCheckpointSection sec(cp, csprintf("PTE%d", i));
/gem5/src/dev/arm/
H A Dvgic.cc511 ScopedCheckpointSection sec_lr(cp, csprintf("LR%d", i));
552 ScopedCheckpointSection sec_lr(cp, csprintf("LR%d", i));
H A Dhdlcd.cc188 ScopedCheckpointSection sec(cp, "pixelPump");
H A Dgic_v2.cc1067 ScopedCheckpointSection sec(cp, csprintf("bankedRegs%i", i));
/gem5/src/cpu/
H A Dbase.cc726 ScopedCheckpointSection sec(cp, csprintf("xc.%i", i));
743 ScopedCheckpointSection sec(cp, csprintf("xc.%i", i));
/gem5/src/arch/sparc/
H A Dtlb.cc1378 ScopedCheckpointSection sec(cp, csprintf("PTE%d", x));
1411 ScopedCheckpointSection sec(cp, csprintf("PTE%d", x));
/gem5/src/arch/arm/
H A Dsemihosting.cc730 ScopedCheckpointSection _sec(cp, sec);

Completed in 31 milliseconds