Searched refs:tsc2 (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/ |
A D | tsc.c | 735 u64 tsc1, tsc2, delta, ref1, ref2; in pit_hpet_ptimer_calibrate_cpu() local 782 tsc2 = tsc_read_refs(&ref2, hpet); in pit_hpet_ptimer_calibrate_cpu() 793 if (tsc1 == ULLONG_MAX || tsc2 == ULLONG_MAX) in pit_hpet_ptimer_calibrate_cpu() 796 tsc2 = (tsc2 - tsc1) * 1000000LL; in pit_hpet_ptimer_calibrate_cpu() 798 tsc2 = calc_hpet_ref(tsc2, ref1, ref2); in pit_hpet_ptimer_calibrate_cpu() 800 tsc2 = calc_pmtimer_ref(tsc2, ref1, ref2); in pit_hpet_ptimer_calibrate_cpu() 802 tsc_ref_min = min(tsc_ref_min, (unsigned long) tsc2); in pit_hpet_ptimer_calibrate_cpu()
|
/linux-6.3-rc2/tools/perf/util/intel-pt-decoder/ |
A D | intel-pt-decoder.c | 4207 static int intel_pt_tsc_cmp(uint64_t tsc1, uint64_t tsc2) in intel_pt_tsc_cmp() argument 4211 if (tsc1 == tsc2) in intel_pt_tsc_cmp() 4214 if (tsc1 < tsc2) { in intel_pt_tsc_cmp() 4215 if (tsc2 - tsc1 < halfway) in intel_pt_tsc_cmp() 4220 if (tsc1 - tsc2 < halfway) in intel_pt_tsc_cmp()
|
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/ |
A D | sdm850-lenovo-yoga-c630.dts | 372 tsc2: hid@2c { label
|
Completed in 16 milliseconds