gem5/src/arch/x86/linux
Gabe Black b398b8ff1b Registers: Add a registers.hh file as an ISA switched header.
This file is for register indices, Num* constants, and register types.
copyRegs and copyMiscRegs were moved to utility.hh and utility.cc.

--HG--
rename : src/arch/alpha/regfile.hh => src/arch/alpha/registers.hh
rename : src/arch/arm/regfile.hh => src/arch/arm/registers.hh
rename : src/arch/mips/regfile.hh => src/arch/mips/registers.hh
rename : src/arch/sparc/regfile.hh => src/arch/sparc/registers.hh
rename : src/arch/x86/regfile.hh => src/arch/x86/registers.hh
2009-07-08 23:02:21 -07:00
..
linux.cc X86: Install some 32 bit system calls. 2009-02-27 09:22:50 -08:00
linux.hh X86: Add a structure to allow mapping between the host and guest fstat formats. 2009-02-27 09:26:17 -08:00
process.cc Registers: Add a registers.hh file as an ISA switched header. 2009-07-08 23:02:21 -07:00
process.hh SE mode: Make keeping track of the number of syscalls less hacky. 2009-04-19 04:15:32 -07:00
syscalls.cc Commit m5threads package. 2009-04-21 08:17:36 -07:00
system.cc X86: Make the e820 table manually or automatically configurable from python. 2008-06-12 00:58:36 -04:00
system.hh X86: Make the e820 table manually or automatically configurable from python. 2008-06-12 00:58:36 -04:00