Lines Matching refs:adjusted
29 s64 adjusted; member
70 if (adj->adjusted == curval) in tsc_verify_tsc_adjust()
74 wrmsrq(MSR_IA32_TSC_ADJUST, adj->adjusted); in tsc_verify_tsc_adjust()
78 smp_processor_id(), adj->adjusted, curval); in tsc_verify_tsc_adjust()
153 cur->adjusted = bootval; in tsc_sanitize_first_cpu()
199 cur->adjusted = bootval; in tsc_store_and_check_tsc_adjust()
231 if (bootval != ref->adjusted) { in tsc_store_and_check_tsc_adjust()
232 cur->adjusted = ref->adjusted; in tsc_store_and_check_tsc_adjust()
233 wrmsrq(MSR_IA32_TSC_ADJUST, ref->adjusted); in tsc_store_and_check_tsc_adjust()
517 cur->adjusted += cur_max_warp; in check_tsc_sync_target()
520 cpu, cur_max_warp, cur->adjusted); in check_tsc_sync_target()
522 wrmsrq(MSR_IA32_TSC_ADJUST, cur->adjusted); in check_tsc_sync_target()