ax-cpu 0.10.0

Privileged instruction and structure abstractions for various CPU architectures
Documentation
1
2
3
4
5
6
//! Assembly entry points for the current AArch64 execution mode.

#[cfg(feature = "virtualization")]
mod guest;
#[cfg(feature = "virtualization")]
pub use guest::{enter_guest, guest_vector};