- Timestamp:
- 2006-01-13T13:02:45Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f9425006
- Parents:
- 0369911
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/mm
r0369911 r20d50a1 2 2 ================= 3 3 4 SPARTAN kernel deploys generic interface for 4-level page tables, 5 no matter what the real underlying hardware architecture is. 4 1. Virtual Address Translation 5 6 1.1 Hierarchical 4-level per address space page tables 7 8 SPARTAN kernel deploys generic interface for 4-level page tables 9 for these architectures: amd64, ia32, mips32 and ppc32. In this 10 setting, page tables are hierarchical and are not shared by 11 address spaces (i.e. one set of page tables per address space). 6 12 7 13 … … 51 57 left out. TLB-only architectures are to define custom format for software page 52 58 tables. 59 60 61 62 1.2 Single global page hash table 63 64 Generic page hash table interface is deployed on 64-bit architectures without 65 implied hardware support for hierarchical page tables, i.e. ia64 and sparc64. 66 There is only one global page hash table in the system shared by all address 67 spaces.
Note:
See TracChangeset
for help on using the changeset viewer.