axvm 0.5.26

Virtual Machine resource management crate for ArceOS's hypervisor variant.
1
2
3
4
5
6
7
8
//! AArch64 architectural timer binding.

mod host_ppi;
mod percpu;
mod state;

pub(super) use host_ppi::ensure_host_timer_ppi;
pub(super) use state::{Aarch64TimerBinding, physical_counter};