gem5/src/arch/x86
2008-06-12 00:53:50 -04:00
..
insts X86: Reorganize segmentation and implement segment selector movs. 2007-12-01 23:03:39 -08:00
isa X86: Implement a partial, sort of correct version of the protected mode variant of iret. 2008-06-12 00:53:01 -04:00
linux X86: Fix building on *BSD hosts 2008-06-11 10:54:12 -04:00
arguments.hh Add build hooks for x86. 2007-03-03 16:01:48 +00:00
emulenv.cc X86: Start implementing segmentation support. 2007-08-04 20:12:54 -07:00
emulenv.hh X86: Start implementing segmentation support. 2007-08-04 20:12:54 -07:00
faults.cc X86: Separate out the page table walker into it's own cc and hh. 2007-11-12 18:06:57 -08:00
faults.hh X86: Work on the page table walker, TLB, and related faults. 2007-11-12 14:38:31 -08:00
floatregfile.cc X86: Add tracing to the floating point register file. 2007-09-04 23:40:47 -07:00
floatregfile.hh X86: Put in the foundation for x87 stack based fp registers. 2007-09-19 18:26:42 -07:00
floatregs.hh X86: Fix x87 floating point stack register indexing. 2007-10-02 22:57:33 -07:00
interrupts.hh X86: Make the Interrupts class complain less. 2007-10-07 18:08:17 -07:00
intregfile.cc Add some dprintfs 2007-06-12 16:22:35 +00:00
intregfile.hh X86: Rework the multiplication microops so that they work like they would in the patent. 2007-09-06 16:27:28 -07:00
intregs.hh X86: Rework the multiplication microops so that they work like they would in the patent. 2007-09-06 16:27:28 -07:00
isa_traits.hh ISA parser: Make the isa parser generate MaxInstSrcRegs and MaxInstDestRegs. 2007-11-08 18:51:50 -08:00
kernel_stats.hh X86: Get X86_FS to compile. 2007-09-24 17:39:56 -07:00
locked_mem.hh Stub implementation for x86 2007-03-05 16:08:18 +00:00
miscregfile.cc X86: Make the logical destination and destination format work. 2008-06-12 00:53:50 -04:00
miscregfile.hh Fill out the miscreg file and add types to miscregs.hh 2007-07-18 16:12:39 -07:00
miscregs.hh X86: Keep handy values like the operating mode in one register. 2008-06-12 00:50:25 -04:00
mmaped_ipr.hh X86: Remove enforcement of APIC register access alignment. Panic if more than one register is accessed at a time. 2008-06-12 00:46:22 -04:00
pagetable.cc TLB: Fix serialization issues with the tlb entries and make the page table store the process, not the system. 2007-10-25 19:04:44 -07:00
pagetable.hh X86: Work on the page table walker, TLB, and related faults. 2007-11-12 14:38:31 -08:00
pagetable_walker.cc X86: Make the page not present panic more descriptive. 2007-12-02 01:46:14 -08:00
pagetable_walker.hh X86: Separate out the page table walker into it's own cc and hh. 2007-11-12 18:06:57 -08:00
predecoder.cc X86: Take advantage of the new meta register. 2008-06-12 00:51:14 -04:00
predecoder.hh Predecoder: Clear out predecoder state on an ITLB fault. 2007-10-02 22:21:38 -07:00
predecoder_tables.cc X86: Flesh out 3dnow instruction decoding a bit and grab the byte immediate. 2008-06-12 00:48:46 -04:00
process.cc X86: Separate the effective seg base and the "hidden" seg base. 2007-12-01 23:00:15 -08:00
process.hh Make the process objects use the Params structs in their constructors, and use a limit to check if access are on the stack. 2007-10-16 18:04:01 -07:00
regfile.cc X86: Fix x87 floating point stack register indexing. 2007-10-02 22:57:33 -07:00
regfile.hh X86: Put in the foundation for x87 stack based fp registers. 2007-09-19 18:26:42 -07:00
remote_gdb.cc Add some new source files. 2007-03-05 17:56:26 +00:00
remote_gdb.hh Add in NumGDBRegs so the constructor to the base class can get all it's arguments. 2007-03-05 17:58:15 +00:00
SConscript SCons: Fix more SCons version issues 2008-06-11 10:54:08 -04:00
SConsopts Rework the way SCons recurses into subdirectories, making it 2007-03-10 23:00:54 -08:00
segmentregs.hh X86: Reorganize segmentation and implement segment selector movs. 2007-12-01 23:03:39 -08:00
smbios.cc X86: Put an SMBios/DMI table in memory. 2008-01-23 15:28:54 -05:00
smbios.hh X86: Put an SMBios/DMI table in memory. 2008-01-23 15:28:54 -05:00
stacktrace.cc X86: Fix for uninitialized variables in stacktrace code. 2007-09-25 14:44:12 -07:00
stacktrace.hh Filled in a stub header file for a stacktrace object. I'm still not sure what this is for, and it probably doesn't work on anything but Alpha. 2007-03-05 14:52:28 +00:00
syscallreturn.hh X86: Make x86 syscall return just stuff the return value in eax. 2007-08-29 20:29:18 -07:00
system.cc X86: Put an SMBios/DMI table in memory. 2008-01-23 15:28:54 -05:00
system.hh X86: Put an SMBios/DMI table in memory. 2008-01-23 15:28:54 -05:00
tlb.cc X86: Change how segment loading is performed. 2008-06-12 00:52:12 -04:00
tlb.hh X86: Put in initial implementation of the local APIC. 2008-02-26 23:39:53 -05:00
types.hh Add CoreSpecific type to all archs 2007-11-15 14:17:21 -05:00
utility.cc X86: Put in initial implementation of the local APIC. 2008-02-26 23:39:53 -05:00
utility.hh X86: Make initCPU and startupCPU do something basic. 2007-10-07 18:10:42 -07:00
vtophys.cc X86: Get X86_FS to compile. 2007-09-24 17:39:56 -07:00
vtophys.hh X86: Start implementing the x86 tlb which will handle segmentation permission and limit checks and paging. 2007-10-02 23:00:37 -07:00
x86_traits.hh X86: Start implementing the south bridge stuff. 2008-03-25 02:08:54 -04:00
X86System.py X86: Use the existing boot_osflags instead of duplicating it. 2008-01-21 04:32:34 -05:00
X86TLB.py X86: Separate out the page table walker into it's own cc and hh. 2007-11-12 18:06:57 -08:00