gem5/src/arch/x86
Ali Saidi f2642e2055 Loader: Make the load address mask be a parameter of the system rather than a constant.
This allows one two different OS requirements for the same ISA to be handled.
Some OSes are compiled for a virtual address and need to be loaded into physical
memory that starts at address 0, while other bare metal tools generate
images that start at address 0.
2010-08-23 11:18:39 -05:00
..
bios x86: put back code that I accidentally deleted 2010-05-25 20:15:44 -07:00
insts copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
isa X86: Get rid of the unused getAllocator on the python base microop class. 2010-08-22 18:24:09 -07:00
linux sim: revamp unserialization procedure 2010-08-17 05:17:06 -07:00
apicregs.hh X86: Start implementing the interrupt command register in the local APIC. 2009-04-19 02:43:22 -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 copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
faults.cc copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
faults.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
floatregs.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
interrupts.cc copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
interrupts.hh x86: minor checkpointing bug fixes 2010-08-17 05:20:39 -07:00
intmessage.hh includes: sort includes again 2009-05-17 14:34:52 -07:00
intregs.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
isa.cc x86: minor checkpointing bug fixes 2010-08-17 05:20:39 -07:00
isa.hh X86: Set up a named constant for the "fold bit" for int register indices. 2009-07-17 18:49:22 -07:00
isa_traits.hh Loader: Make the load address mask be a parameter of the system rather than a constant. 2010-08-23 11:18:39 -05: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
miscregs.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
mmaped_ipr.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
nativetrace.cc CPU: Separate out native trace into ISA (in)dependent code and SimObjects. 2009-07-19 23:54:56 -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 copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
predecoder.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -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 sim: revamp unserialization procedure 2010-08-17 05:17:06 -07:00
process.hh sim: revamp unserialization procedure 2010-08-17 05:17:06 -07:00
registers.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07: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 copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
SConsopts copyright: This file need not have had the more restrictive copyright. 2009-02-09 20:10:15 -08:00
segmentregs.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07: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 sim: revamp unserialization procedure 2010-08-17 05:17:06 -07:00
system.hh sim: revamp unserialization procedure 2010-08-17 05:17:06 -07:00
tlb.cc copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
tlb.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
types.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
utility.cc copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
utility.hh copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07: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