gem5/src/arch/x86/regs
Gabe Black 40b6c9cb2e X86: Move the MSR lookup table out of the TLB and into its own file.
Translating MSR addresses into MSR register indices took a lot of space in the
TLB source and made looking around in that file awkward. This change moves
the lookup into its own file to get it out of the way. It also changes it from
a switch statement to a hash map which should hopefully be a little more
efficient.
2011-09-23 02:42:22 -07:00
..
apic.hh X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
float.hh X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
int.hh X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
misc.hh X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00
msr.cc X86: Move the MSR lookup table out of the TLB and into its own file. 2011-09-23 02:42:22 -07:00
msr.hh X86: Move the MSR lookup table out of the TLB and into its own file. 2011-09-23 02:42:22 -07:00
SConscript X86: Move the MSR lookup table out of the TLB and into its own file. 2011-09-23 02:42:22 -07:00
segment.hh X86: Create a directory for files that define register indexes. 2010-08-23 16:14:24 -07:00