Searched refs:bootval (Results 1 – 1 of 1) sorted by relevance
28 s64 bootval; member123 static void tsc_sanitize_first_cpu(struct tsc_adjust *cur, s64 bootval, in tsc_sanitize_first_cpu() argument142 if (bootcpu && bootval != 0) { in tsc_sanitize_first_cpu()145 cpu, bootval); in tsc_sanitize_first_cpu()147 bootval = 0; in tsc_sanitize_first_cpu()150 cpu, bootval); in tsc_sanitize_first_cpu()153 cur->adjusted = bootval; in tsc_sanitize_first_cpu()160 s64 bootval; in tsc_store_and_check_tsc_adjust() local169 rdmsrq(MSR_IA32_TSC_ADJUST, bootval); in tsc_store_and_check_tsc_adjust()170 cur->bootval = bootval; in tsc_store_and_check_tsc_adjust()[all …]