gem5/src/arch/x86/linux
Gabe Black 25ffa8eb8b X86: Create a directory for files that define register indexes.
This is to help tidy up arch/x86. These files should not be used external to
the ISA.

--HG--
rename : src/arch/x86/apicregs.hh => src/arch/x86/regs/apic.hh
rename : src/arch/x86/floatregs.hh => src/arch/x86/regs/float.hh
rename : src/arch/x86/intregs.hh => src/arch/x86/regs/int.hh
rename : src/arch/x86/miscregs.hh => src/arch/x86/regs/misc.hh
rename : src/arch/x86/segmentregs.hh => src/arch/x86/regs/segment.hh
2010-08-23 16:14:24 -07:00
..
linux.cc copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
linux.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
process.cc copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
process.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
syscalls.cc X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
system.cc X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
system.hh sim: revamp unserialization procedure 2010-08-17 05:17:06 -07:00