Docs.rs
page-table-0.0.3
page-table 0.0.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
YdrMaster
Dependencies
cfg-if ^1.0.0
normal
static_assertions ^1.1.0
normal
Versions
78.57%
of the crate is documented
Go to latest version
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate page_table
Version 0.0.3
All Items
Structs
Enums
Constants
Traits
?
Crate
page_table
source
·
[
−
]
Structs
MmuFlags
MMU 属性。
PPN
物理地址。
PageTable
页表。
Pte
页表项。
VAddr
虚拟地址。
Enums
PtQuery
查询结果。
Constants
OFFSET_BITS
页内偏移的位数
PAGE_SIZE
最小的分页大小。
PT_LEVEL_BITS
每级页表的序号位数
Traits
MmuMeta
分页元数据。