summaryrefslogtreecommitdiff
path: root/src/arch/x86/pagetable_walker.cc
AgeCommit message (Expand)Author
2009-04-13X86: Fix minor bug in the page table walker from TLB shuffling.Gabe Black
2009-04-08tlb: More fixing of unified TLBNathan Binkert
2009-04-08tlb: Don't separate the TLB classes into an instruction TLB and a data TLBGabe Black
2009-02-25X86: Add a trace flag for the page table walker.Gabe Black
2009-02-25X86: Fix the timing mode of the page table walker.Gabe Black
2009-02-25X86: Make the X86 TLB take advantage of delayed translations, and get rid of ...Gabe Black
2009-02-23X86: Pass whether an access was a read/write/fetch so faults can behave accor...Gabe Black
2008-11-10mem: update stuff for changes to Packet and RequestNathan Binkert
2007-12-02X86: Make the page not present panic more descriptive.Gabe Black
2007-11-12X86: Separate out the page table walker into it's own cc and hh.Gabe Black