x64 0.16.1

x86_64 support with LA57 (5-level paging) for 57-bit virtual addresses
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Access to various system and model specific registers.

pub mod control;
pub mod debug;
pub mod model_specific;
pub mod mxcsr;
pub mod rflags;
pub mod segmentation;
pub mod xcontrol;

#[cfg(all(feature = "instructions", target_arch = "x86_64"))]
pub use crate::instructions::read_rip;