MIN_ROLLOVER_SECS
u64 min_cycles = MIN_ROLLOVER_SECS * arch_timer_rate;
const uint64_t MIN_ROLLOVER_SECS = 40ULL * 365 * 24 * 3600;
int width = ilog2(MIN_ROLLOVER_SECS * freq);