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

/gem5/src/arch/sparc/linux/
H A Dprocess.cc57 auto arch = obj_file->getArch();
/gem5/src/arch/arm/
H A Dsystem.cc119 if ((bootldr->getArch() == ObjectFile::Arm64) && !_highestELIs64) {
123 } else if ((bootldr->getArch() == ObjectFile::Arm) && _highestELIs64) {
202 if (bl->getArch() == obj->getArch())
/gem5/src/base/loader/
H A Dobject_file.hh114 Arch getArch() const { return arch; } function in class:ObjectFile
/gem5/src/sim/
H A Dsystem.hh288 Arch getArch() const { return Arch::TheISA; } function in class:System
/gem5/src/arch/x86/
H A Dsystem.cc114 if (kernel->getArch() == ObjectFile::I386)
/gem5/src/arch/sparc/solaris/
H A Dprocess.cc55 auto arch = obj_file->getArch();
/gem5/src/arch/mips/linux/
H A Dprocess.cc60 if (obj_file->getArch() != ObjectFile::Mips)
/gem5/src/arch/power/linux/
H A Dprocess.cc60 if (obj_file->getArch() != ObjectFile::Power)
/gem5/src/arch/riscv/linux/
H A Dprocess.cc64 auto arch = obj_file->getArch();
/gem5/src/arch/alpha/linux/
H A Dprocess.cc57 if (obj_file->getArch() != ObjectFile::Alpha)
/gem5/src/mem/ruby/system/
H A DSequencer.cc590 if (system->getArch() == Arch::X86ISA) {
/gem5/src/arch/x86/linux/
H A Dprocess.cc67 auto arch = obj_file->getArch();
/gem5/src/arch/arm/freebsd/
H A Dprocess.cc65 auto arch = obj_file->getArch();
/gem5/src/arch/arm/linux/
H A Dprocess.cc74 auto arch = obj_file->getArch();

Completed in 33 milliseconds