Searched refs:tsc_adjust (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/x86/kernel/ |
D | tsc_sync.c | 26 struct tsc_adjust { struct 33 static DEFINE_PER_CPU(struct tsc_adjust, tsc_adjust); argument 52 struct tsc_adjust *adj = this_cpu_ptr(&tsc_adjust); in tsc_verify_tsc_adjust() 122 static void tsc_sanitize_first_cpu(struct tsc_adjust *cur, s64 bootval, in tsc_sanitize_first_cpu() 158 struct tsc_adjust *cur = this_cpu_ptr(&tsc_adjust); in tsc_store_and_check_tsc_adjust() 182 struct tsc_adjust *ref, *cur = this_cpu_ptr(&tsc_adjust); in tsc_store_and_check_tsc_adjust() 218 ref = per_cpu_ptr(&tsc_adjust, refcpu); in tsc_store_and_check_tsc_adjust() 435 struct tsc_adjust *cur = this_cpu_ptr(&tsc_adjust); in check_tsc_sync_target()
|
/linux-6.6.21/tools/arch/x86/kcpuid/ |
D | cpuid.csv | 158 7, 0, EBX, 1, tsc_adjust, TSC_ADJUST MSR supported
|