tlb: Don't separate the TLB classes into an instruction TLB and a data TLB
authorGabe Black <gblack@eecs.umich.edu>
Thu, 9 Apr 2009 05:21:27 +0000 (22:21 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 9 Apr 2009 05:21:27 +0000 (22:21 -0700)
commit7b5a96f06b530db35637aca6f9d0f7a2ddfa6e60
tree4c212f665de2628eac6f84d389de7a79b6d0b933
parent08043c777f1f05f5e14581950013461f328965be
tlb: Don't separate the TLB classes into an instruction TLB and a data TLB
34 files changed:
src/arch/alpha/AlphaTLB.py
src/arch/alpha/tlb.cc
src/arch/alpha/tlb.hh
src/arch/mips/MipsTLB.py
src/arch/mips/tlb.cc
src/arch/mips/tlb.hh
src/arch/sparc/SparcTLB.py
src/arch/sparc/tlb.cc
src/arch/sparc/tlb.hh
src/arch/sparc/vtophys.cc
src/arch/x86/X86TLB.py
src/arch/x86/pagetable_walker.cc
src/arch/x86/tlb.cc
src/arch/x86/tlb.hh
src/cpu/BaseCPU.py
src/cpu/checker/cpu.hh
src/cpu/checker/thread_context.hh
src/cpu/inorder/cpu.hh
src/cpu/inorder/resources/tlb_unit.cc
src/cpu/inorder/thread_context.hh
src/cpu/o3/cpu.hh
src/cpu/o3/fetch_impl.hh
src/cpu/o3/thread_context.hh
src/cpu/ozone/cpu.hh
src/cpu/ozone/front_end_impl.hh
src/cpu/ozone/simple_params.hh
src/cpu/simple/atomic.cc
src/cpu/simple/timing.cc
src/cpu/simple/timing.hh
src/cpu/simple_thread.cc
src/cpu/simple_thread.hh
src/cpu/thread_context.hh
src/sim/tlb.cc
src/sim/tlb.hh