Lines Matching full:adjusted
27 s64 adjusted; member
67 if (adj->adjusted == curval) in tsc_verify_tsc_adjust()
71 wrmsrl(MSR_IA32_TSC_ADJUST, adj->adjusted); in tsc_verify_tsc_adjust()
75 smp_processor_id(), adj->adjusted, curval); in tsc_verify_tsc_adjust()
110 cur->adjusted = bootval; in tsc_sanitize_first_cpu()
155 * adjusted value cannot assumed to be zero either. in tsc_store_and_check_tsc_adjust()
158 cur->adjusted = bootval; in tsc_store_and_check_tsc_adjust()
188 * adjusted value. in tsc_store_and_check_tsc_adjust()
190 if (bootval != ref->adjusted) { in tsc_store_and_check_tsc_adjust()
191 cur->adjusted = ref->adjusted; in tsc_store_and_check_tsc_adjust()
192 wrmsrl(MSR_IA32_TSC_ADJUST, ref->adjusted); in tsc_store_and_check_tsc_adjust()
458 * failed and a retry with adjusted TSC is possible. If zero the in check_tsc_sync_target()
483 cur->adjusted += cur_max_warp; in check_tsc_sync_target()
486 cpu, cur_max_warp, cur->adjusted); in check_tsc_sync_target()
488 wrmsrl(MSR_IA32_TSC_ADJUST, cur->adjusted); in check_tsc_sync_target()