Searched refs:machine (Results 26 - 37 of 37) sorted by relevance

12

/gem5/src/dev/storage/
H A Dide_atareg.h43 #include <machine/endian.h>
/gem5/src/sim/
H A Dbyteswap.hh52 #include <machine/endian.h>
/gem5/util/batch/
H A Djob.py148 binary = binaries[platform.machine()]
/gem5/src/arch/riscv/linux/
H A Dprocess.cc101 strcpy(name->machine, "riscv64");
119 strcpy(name->machine, "riscv32");
/gem5/src/arch/sparc/solaris/
H A Dprocess.cc85 strcpy(name->machine, "sun4u");
/gem5/src/mem/slicc/symbols/
H A DStateMachine.py62 # the opening brace '{' of the machine. Note that these along with
90 # the {} machine. Note that these along with the config params
91 # form the entire set of data members of the machine.
155 "single machine.");
164 "single machine.");
527 # After initializing the universal machine parameters, initialize the
572 # machine. This map helps in implementing the check for avoiding
1318 # machine-specific getNextState function. The next state
1462 for i,machine in enumerate(self.symtab.getAllType(StateMachine)):
1463 mid = machine
[all...]
/gem5/src/arch/mips/linux/
H A Dprocess.cc93 strcpy(name->machine, "mips");
/gem5/src/arch/power/linux/
H A Dprocess.cc93 strcpy(name->machine, "power");
/gem5/src/arch/alpha/linux/
H A Dprocess.cc90 strcpy(name->machine, "alpha");
/gem5/src/arch/arm/linux/
H A Dprocess.cc118 strcpy(name->machine, "armv7l");
136 strcpy(name->machine, "armv8l");
/gem5/src/arch/sparc/linux/
H A Dsyscalls.cc52 strcpy(name->machine, "sparc");
/gem5/src/arch/x86/linux/
H A Dprocess.cc104 strcpy(name->machine, "x86_64");

Completed in 34 milliseconds

12