index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
tlb.hh
Age
Commit message (
Expand
)
Author
2016-11-09
style: [patch 3/22] reduce include dependencies in some headers
Brandon Potter
2015-10-23
x86: Add missing explicit overrides for X86 devices
Andreas Hansson
2015-10-12
misc: Remove redundant compiler-specific defines
Andreas Hansson
2015-07-07
sim: Refactor the serialization base class
Andreas Sandberg
2015-02-11
sim: Move the BaseTLB to src/arch/generic/
Andreas Sandberg
2014-10-16
arch: Use shared_ptr for all Faults
Andreas Hansson
2014-05-09
arch, arm: Preserve TLB bootUncacheability when switching CPUs
Geoffrey Blake
2013-08-07
x86: add tlb checkpointing
Nilay Vaish
2013-06-03
arch: Create a method to finalize physical addresses
Andreas Sandberg
2013-01-07
arch: Add support for invalidating TLBs when draining
Andreas Sandberg
2012-10-15
Port: Add protocol-agnostic ports in the port hierarchy
Andreas Hansson
2012-04-14
X86: Use the AddrTrie class to implement the TLB.
Gabe Black
2012-03-30
MEM: Introduce the master/slave port sub-classes in C++
William Wang
2012-03-09
CheckerCPU: Add function stubs to non-ARM ISA source to compile with CheckerCPU
Geoffrey Blake
2012-03-01
x86: Fix x86 TLB and Walker
Nilay Vaish
2011-10-30
X86: Get rid of more uses of FULL_SYSTEM.
Gabe Black
2011-10-13
X86: Turn on the page table walker in SE mode.
Gabe Black
2011-04-15
includes: sort all includes
Nathan Binkert
2011-02-06
x86: Timing support for pagetable walker
Joel Hestness
2011-02-03
Fault: Rename sim/fault.hh to fault_fwd.hh to distinguish it from faults.hh.
Gabe Black
2010-09-13
Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
Gabe Black
2010-08-23
X86: Create a directory for files that define register indexes.
Gabe Black
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
2009-04-26
X86: Split out the internal memory space from the regular translate() and pre...
Gabe Black
2009-04-23
X86: Put the StoreCheck flag with the others, and don't collide with other fl...
Gabe Black
2009-04-08
tlb: More fixing of unified TLB
Nathan Binkert
2009-04-08
tlb: Don't separate the TLB classes into an instruction TLB and a data TLB
Gabe Black
2009-02-25
X86: Make the X86 TLB take advantage of delayed translations, and get rid of ...
Gabe Black
2009-02-25
CPU: Implement translateTiming which defers to translateAtomic, and convert t...
Gabe Black
2009-02-25
ISA: Replace the translate functions in the TLBs with translateAtomic.
Gabe Black
2009-02-23
X86: Pass whether an access was a read/write/fetch so faults can behave accor...
Gabe Black
2008-02-26
X86: Put in initial implementation of the local APIC.
Gabe Black
2008-02-26
TLB: Make a TLB base class and put a virtual demapPage function in it.
Gabe Black
2008-02-26
X86: Get PCI config space to work, and adjust address space prefix numbering ...
Gabe Black
2007-11-12
X86: Separate out the page table walker into it's own cc and hh.
Gabe Black
2007-11-12
X86: Implement tlb invalidation and make it happen some of the times it should.
Gabe Black
2007-11-12
X86: Work on the page table walker, TLB, and related faults.
Gabe Black
2007-11-12
X86: Implement a page table walker.
Gabe Black
2007-10-07
X86: Work on the x86 tlb.
Gabe Black
2007-10-02
X86: Start implementing the x86 tlb which will handle segmentation permission...
Gabe Black
2007-10-02
X86: Implement the ldst microop and put it in existing microcode where approp...
Gabe Black
2007-09-24
X86: Get X86_FS to compile.
Gabe Black
2007-08-31
X86: Get x86 to compile again after the simobject constructor change.
Gabe Black
2007-08-28
Address translation: De-templatize the GenericTLB class.
Gabe Black
2007-08-26
Address translation: Make the page table more flexible.
Gabe Black
2007-08-26
Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.
Gabe Black
2007-03-03
Add build hooks for x86.
Gabe Black