Lines Matching refs:bootval
26 s64 bootval; member
80 static void tsc_sanitize_first_cpu(struct tsc_adjust *cur, s64 bootval, in tsc_sanitize_first_cpu() argument
99 if (bootcpu && bootval != 0) { in tsc_sanitize_first_cpu()
102 cpu, bootval); in tsc_sanitize_first_cpu()
104 bootval = 0; in tsc_sanitize_first_cpu()
107 cpu, bootval); in tsc_sanitize_first_cpu()
110 cur->adjusted = bootval; in tsc_sanitize_first_cpu()
117 s64 bootval; in tsc_store_and_check_tsc_adjust() local
126 rdmsrl(MSR_IA32_TSC_ADJUST, bootval); in tsc_store_and_check_tsc_adjust()
127 cur->bootval = bootval; in tsc_store_and_check_tsc_adjust()
129 tsc_sanitize_first_cpu(cur, bootval, smp_processor_id(), bootcpu); in tsc_store_and_check_tsc_adjust()
143 s64 bootval; in tsc_store_and_check_tsc_adjust() local
148 rdmsrl(MSR_IA32_TSC_ADJUST, bootval); in tsc_store_and_check_tsc_adjust()
149 cur->bootval = bootval; in tsc_store_and_check_tsc_adjust()
158 cur->adjusted = bootval; in tsc_store_and_check_tsc_adjust()
171 tsc_sanitize_first_cpu(cur, bootval, smp_processor_id(), in tsc_store_and_check_tsc_adjust()
181 if (bootval != ref->bootval) in tsc_store_and_check_tsc_adjust()
190 if (bootval != ref->adjusted) { in tsc_store_and_check_tsc_adjust()