Docs.rs
ax-cpu-0.10.0
ax-cpu 0.10.0
Docs.rs crate page
Apache-2.0
AND
MPL-2.0
11 September 2026
Links
Repository
crates.io
Source
Owners
github:rcore-os:crates-io
ZCShou
Dependencies
ax-memory-addr ^0.7
normal
bitflags ^2.11
normal
bytemuck ^1.24
normal
optional
log ^0.4
normal
page-table-generic ^0.9
normal
thiserror ^2
normal
optional
trait-ffi ^0.3.1
normal
aarch64-cpu ^11.0
normal
tock-registers ^0.10
normal
loongArch64 ^0.2
normal
riscv ^0.16.1
normal
ax-lazyinit ^0.5
normal
tock-registers ^0.10
normal
optional
x86 ^0.52
normal
x86_64 ^0.15
normal
Versions
100%
of the crate is documented
Platform
aarch64-unknown-none-softfloat
loongarch64-unknown-none-softfloat
riscv64gc-unknown-none-elf
x86_64-unknown-none
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
Skip to main content
Pte
ax_cpu
0.10.0
Pte
Aliased Type
In ax_
cpu::
paging
ax_cpu
::
paging
Type Alias
Pte
Copy item path
Source
pub type Pte = X64Pte;
Expand description
Native stage-one page-table descriptor.
Aliased Type
ยง
pub struct Pte(
/* private fields */
);