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

/gem5/src/arch/arm/linux/
H A Dprocess.hh72 ObjectFile::Arch _arch);
90 ObjectFile::Arch _arch);
H A Dprocess.cc1653 ObjectFile *objFile, ObjectFile::Arch _arch)
1672 ObjectFile *objFile, ObjectFile::Arch _arch)
/gem5/src/arch/arm/freebsd/
H A Dprocess.hh62 ObjectFile::Arch _arch);
80 ObjectFile::Arch _arch);
H A Dprocess.cc1240 ObjectFile *objFile, ObjectFile::Arch _arch)
1252 ObjectFile *objFile, ObjectFile::Arch _arch)
/gem5/src/arch/arm/
H A Dprocess.hh59 ObjectFile::Arch arch;
61 ObjectFile::Arch _arch);
81 ObjectFile::Arch _arch);
101 ObjectFile::Arch _arch);
H A Dprocess.cc65 ObjectFile::Arch _arch)
71 fatal_if(params->useArchPT, "Arch page tables not implemented.");
75 ObjectFile::Arch _arch)
90 ObjectFile::Arch _arch)
/gem5/src/base/loader/
H A Draw_object.hh40 uint8_t *_data, Arch _arch, OpSys _opSys);
H A Dobject_file.hh50 enum Arch { enum in class:ObjectFile
80 Arch arch;
84 Arch _arch, OpSys _opSys);
114 Arch getArch() const { return arch; }
H A Decoff_object.hh49 Arch _arch, OpSys _opSys);
H A Daout_object.hh46 Arch _arch, OpSys _opSys);
H A Ddtb_object.hh45 Arch _arch, OpSys _opSys);
H A Draw_object.cc45 uint8_t *_data, Arch _arch, OpSys _opSys)
H A Daout_object.cc58 Arch _arch, OpSys _opSys)
H A Delf_object.hh87 Arch _arch, OpSys _opSys);
H A Ddtb_object.cc55 Arch _arch, OpSys _opSys)
H A Decoff_object.cc67 Arch _arch, OpSys _opSys)
H A Dobject_file.cc58 Arch _arch, OpSys _op_sys)
H A Delf_object.cc84 Arch arch = UnknownArch;
273 uint8_t *_data, Arch _arch, OpSys _op_sys)
/gem5/src/sim/
H A Dsystem.hh288 Arch getArch() const { return Arch::TheISA; }
/gem5/src/mem/ruby/system/
H A DSequencer.cc590 if (system->getArch() == Arch::X86ISA) {

Completed in 30 milliseconds