pub fn get_hpet( ) -> Option<RwLockReadGuard<'static, BorrowedMappedPages<Hpet, Mutable>>>
Returns a locked guard that immutably derefs to the HPET timer.
let counter_val = get_hpet().as_ref().unwrap().get_counter();