Lines Matching full:adjusted
28 s64 adjusted; member
69 if (adj->adjusted == curval) in tsc_verify_tsc_adjust()
73 wrmsrl(MSR_IA32_TSC_ADJUST, adj->adjusted); in tsc_verify_tsc_adjust()
77 smp_processor_id(), adj->adjusted, curval); in tsc_verify_tsc_adjust()
152 cur->adjusted = bootval; in tsc_sanitize_first_cpu()
197 * adjusted value cannot assumed to be zero either. in tsc_store_and_check_tsc_adjust()
200 cur->adjusted = bootval; in tsc_store_and_check_tsc_adjust()
230 * adjusted value. in tsc_store_and_check_tsc_adjust()
232 if (bootval != ref->adjusted) { in tsc_store_and_check_tsc_adjust()
233 cur->adjusted = ref->adjusted; in tsc_store_and_check_tsc_adjust()
234 wrmsrl(MSR_IA32_TSC_ADJUST, ref->adjusted); in tsc_store_and_check_tsc_adjust()
493 * failed and a retry with adjusted TSC is possible. If zero the in check_tsc_sync_target()
518 cur->adjusted += cur_max_warp; in check_tsc_sync_target()
521 cpu, cur_max_warp, cur->adjusted); in check_tsc_sync_target()
523 wrmsrl(MSR_IA32_TSC_ADJUST, cur->adjusted); in check_tsc_sync_target()