1 2 3 4
#[cfg(not(feature = "hv"))] pub const PAGE_OFFSET: usize = 0xffff_0000_0000_0000; #[cfg(feature = "hv")] pub const PAGE_OFFSET: usize = 0;