summaryrefslogtreecommitdiff
path: root/src/arch/x86/pagetable_walker.hh
AgeCommit message (Expand)Author
2018-06-11misc: Using smart pointers for memory RequestsGiacomo Travaglini
2018-04-27sim,cpu,mem,arch: Introduced MasterInfo data structureGiacomo Travaglini
2017-06-20sim, x86: Replace EventWrapper use with EventFunctionWrapperSean Wilson
2015-05-05arch, cpu: Do not forward snoops to table walkerAndreas Hansson
2015-03-02mem: Split port retry for all different packet classesAndreas Hansson
2015-01-22x86: Delay X86 table walk on receiving walker responseAndreas Hansson
2013-05-21x86: Squash outstanding walks when instructions are squashed.Gedare Bloom
2013-02-19mem: Add predecessor to SenderState base classAndreas Hansson
2012-10-15Port: Add protocol-agnostic ports in the port hierarchyAndreas Hansson
2012-06-05sim: Remove FastAllocAli Saidi
2012-05-01MEM: Separate requests and responses for timing accessesAndreas Hansson
2012-04-14X86: Use the AddrTrie class to implement the TLB.Gabe Black
2012-04-14MEM: Separate snoops and normal memory requests/responsesAndreas Hansson
2012-03-30MEM: Introduce the master/slave port sub-classes in C++William Wang
2012-03-01x86: Fix x86 TLB and WalkerNilay Vaish
2012-02-12mem: Add a master ID to each request object.Ali Saidi
2012-01-17MEM: Separate queries for snooping and address rangesAndreas Hansson
2011-04-15includes: sort all includesNathan Binkert
2011-02-06x86: Timing support for pagetable walkerJoel Hestness
2011-02-06x86: implements vtophysJoel Hestness
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-05-17includes: sort includes againNathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-04-08tlb: More fixing of unified TLBNathan Binkert
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
2007-11-12X86: Separate out the page table walker into it's own cc and hh.Gabe Black