X86: Start implementing the x86 tlb which will handle segmentation permission and...
authorGabe Black <gblack@eecs.umich.edu>
Wed, 3 Oct 2007 06:00:37 +0000 (23:00 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 3 Oct 2007 06:00:37 +0000 (23:00 -0700)
commit504f90f76350ce14debfbfa837423144b0abdbe4
tree610f9dfdcd624ab6c6a5524dc5dbe3eca073b77d
parentf4a932a6b3f5b829dd0e7cb3a596a7e054fd7144
X86: Start implementing the x86 tlb which will handle segmentation permission and limit checks and paging.

--HG--
extra : convert_revision : 6072f7d9eecbaa066d39d6da7f0180ea4a2615af
src/arch/x86/SConscript
src/arch/x86/X86TLB.py
src/arch/x86/faults.cc [new file with mode: 0644]
src/arch/x86/faults.hh
src/arch/x86/pagetable.cc [new file with mode: 0644]
src/arch/x86/pagetable.hh
src/arch/x86/tlb.cc
src/arch/x86/tlb.hh
src/arch/x86/vtophys.hh