Searched refs:t_msr (Results 1 – 1 of 1) sorted by relevance
76 uint64_t t_page_1, t_page_2, t_msr; in hv_clock_test() local80 t_msr = rdmsr(HV_X64_MSR_TIME_REF_COUNT); in hv_clock_test()84 if (!got_drift && (t_msr < t_page_1 || t_msr > t_page_2)) { in hv_clock_test()86 t_msr, t_page_1, t_page_2); in hv_clock_test()91 if (!got_warp_msr && t_msr < t_msr_prev) { in hv_clock_test()93 t_msr, t_msr_prev); in hv_clock_test()108 t_msr_prev = t_msr; in hv_clock_test()