Searched refs:sec (Results 26 - 49 of 49) sorted by relevance

12

/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/gpu-compute/
H A Dbrig_object.hh83 const uint8_t *getSectionOffset(enum SectionIndex sec, int offs) const;
H A Dbrig_object.cc83 BrigObject::getSectionOffset(enum SectionIndex sec, int offs) const argument
86 assert(offs <= sectionInfo[sec].size);
88 return sectionInfo[sec].ptr + offs;
/gem5/src/dev/
H A Dmc146818.hh101 uint8_t sec; member in struct:MC146818::__anon13::__anon14
/gem5/src/base/loader/
H A Delf_object.hh90 bool sectionExists(std::string sec);
H A Dobject_file.hh132 bool loadSection(Section *sec, const PortProxy& mem_proxy, Addr mask,
H A Delf_object.cc554 ElfObject::sectionExists(std::string sec) argument
559 return sectionNames.find(sec) != sectionNames.end();
/gem5/src/base/
H A Dinifile.cc145 Section *sec = new Section(); local
146 table[sectionName] = sec;
147 return sec;
H A Dinet.hh347 void sec(ip_opt_data_sec &sec) const;
/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/sim/
H A Dserialize.cc178 Serializable::ScopedCheckpointSection sec(cp, name);
185 Serializable::ScopedCheckpointSection sec(cp, name);
H A Dsyscall_emul.hh501 getElapsedTimeMicro(T1 &sec, T2 &usec) argument
504 sec = elapsed_usecs / one_million;
512 getElapsedTimeNano(T1 &sec, T2 &nsec) argument
515 sec = elapsed_nsecs / one_billion;
2305 typename OS::time_t sec, usec; local
2306 getElapsedTimeMicro(sec, usec);
2307 sec += seconds_since_epoch;
2313 typename OS::time_t t = sec;
2318 return sec;
/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/arch/arm/
H A Dsemihosting.hh129 ArmSemihosting &parent, CheckpointIn &cp, const std::string &sec);
H A Dsemihosting.cc727 CheckpointIn &cp, const std::string &sec)
730 ScopedCheckpointSection _sec(cp, sec);
726 create(ArmSemihosting &parent, CheckpointIn &cp, const std::string &sec) argument
/gem5/src/cpu/
H A Dbase.cc726 ScopedCheckpointSection sec(cp, csprintf("xc.%i", i));
743 ScopedCheckpointSection sec(cp, csprintf("xc.%i", i));
/gem5/ext/dnet/
H A Dip.h339 struct ip_opt_data_sec sec; /* IP_OPT_SEC */ member in union:ip_opt::ip_opt_data
/gem5/src/arch/
H A Disa_parser.py1601 def suffixize(self, s, sec):
1965 def split(self, sec, write=False):
1966 assert(sec != 'header' and "header cannot be split")
1968 f = self.get_file(sec)
2018 def _split(sec):
2019 return self.split(sec)
2028 def split(sec):
2029 globals()[sec + '_output'] += func(sec)
/gem5/src/dev/arm/
H A Dhdlcd.cc188 ScopedCheckpointSection sec(cp, "pixelPump");
H A Dgic_v2.cc1067 ScopedCheckpointSection sec(cp, csprintf("bankedRegs%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));

Completed in 72 milliseconds

12