gem5/src/arch/x86
2010-10-10 20:39:26 -07:00
..
bios x86: put back code that I accidentally deleted 2010-05-25 20:15:44 -07:00
insts Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. 2010-09-13 19:26:03 -07:00
isa X86: Fix the RIP relative versions of the BT, BTC, BTR, and BTS instructions. 2010-09-29 11:31:03 -07:00
linux X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
regs X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
cpuid.cc X86: Sometimes CPUID depends on ecx, so pass that in. 2010-05-02 00:40:17 -07:00
cpuid.hh X86: Sometimes CPUID depends on ecx, so pass that in. 2010-05-02 00:40:17 -07:00
emulenv.cc copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
emulenv.hh X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
faults.cc X86: Make unrecognized instructions behave better in x86. 2010-09-14 12:27:30 -07:00
faults.hh X86: Make unrecognized instructions behave better in x86. 2010-09-14 12:27:30 -07:00
interrupts.cc X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
interrupts.hh X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
intmessage.hh includes: sort includes again 2009-05-17 14:34:52 -07:00
isa.cc x86: minor checkpointing bug fixes 2010-08-17 05:20:39 -07:00
isa.hh X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
isa_traits.hh X86: Define a noop ExtMachInst. 2010-08-23 09:44:19 -07:00
kernel_stats.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
locked_mem.hh Stub implementation for x86 2007-03-05 16:08:18 +00:00
microcode_rom.hh X86: Make X86's microcode ROM actually do something. 2008-10-12 17:48:44 -07:00
mmaped_ipr.hh X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
nativetrace.cc Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. 2010-09-13 19:26:03 -07:00
nativetrace.hh CPU: Separate out native trace into ISA (in)dependent code and SimObjects. 2009-07-19 23:54:56 -07:00
pagetable.cc copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
pagetable.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
pagetable_walker.cc copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
pagetable_walker.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
predecoder.cc X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
predecoder.hh X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
predecoder_tables.cc copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
process.cc X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
process.hh sim: revamp unserialization procedure 2010-08-17 05:17:06 -07:00
registers.hh ARM: Fixed register flattening logic (FP_Base_DepTag was set too low) 2010-08-25 19:10:43 -05:00
remote_gdb.cc copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
remote_gdb.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
SConscript X86: Make the x86 ExtMachInst serializable with (UN)SERIALIZE_SCALAR. 2010-08-23 09:44:19 -07:00
SConsopts copyright: This file need not have had the more restrictive copyright. 2009-02-09 20:10:15 -08:00
stacktrace.cc Remove delVirtPort() and make getVirtPort() only return cached version. 2008-07-01 10:25:07 -04: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
system.cc X86: Detect attempts to load a 32 bit kernel and panic. 2010-10-10 20:39:26 -07:00
system.hh sim: revamp unserialization procedure 2010-08-17 05:17:06 -07:00
tlb.cc X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
tlb.hh Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. 2010-09-13 19:26:03 -07:00
types.cc X86: Change the copyright holder to AMD. 2010-08-27 15:35:36 -07:00
types.hh CPU: Trim unnecessary includes from some common files. 2010-09-14 00:29:38 -07:00
utility.cc Debug: Implement getArgument() and function skipping for ARM. 2010-10-01 16:02:46 -05:00
utility.hh Debug: Implement getArgument() and function skipping for ARM. 2010-10-01 16:02:46 -05:00
vtophys.cc copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
vtophys.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
x86_traits.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
X86LocalApic.py X86: Make APICs communicate through the memory system. 2008-10-12 13:28:54 -07:00
X86NativeTrace.py CPU: Separate out native trace into ISA (in)dependent code and SimObjects. 2009-07-19 23:54:56 -07:00
X86System.py Loader: Make the load address mask be a parameter of the system rather than a constant. 2010-08-23 11:18:39 -05:00
X86TLB.py copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00