Searched refs:tsc_adjust (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/ |
A D | tsc_sync.c | 25 struct tsc_adjust { struct 32 static DEFINE_PER_CPU(struct tsc_adjust, tsc_adjust); argument 51 struct tsc_adjust *adj = this_cpu_ptr(&tsc_adjust); in tsc_verify_tsc_adjust() 121 static void tsc_sanitize_first_cpu(struct tsc_adjust *cur, s64 bootval, in tsc_sanitize_first_cpu() 157 struct tsc_adjust *cur = this_cpu_ptr(&tsc_adjust); in tsc_store_and_check_tsc_adjust() 181 struct tsc_adjust *ref, *cur = this_cpu_ptr(&tsc_adjust); in tsc_store_and_check_tsc_adjust() 217 ref = per_cpu_ptr(&tsc_adjust, refcpu); in tsc_store_and_check_tsc_adjust() 442 struct tsc_adjust *cur = this_cpu_ptr(&tsc_adjust); in check_tsc_sync_target()
|
/linux-6.3-rc2/tools/arch/x86/kcpuid/ |
A D | cpuid.csv | 158 7, 0, EBX, 1, tsc_adjust, TSC_ADJUST MSR supported
|
Completed in 3 milliseconds