Home
last modified time | relevance | path

Searched refs:tsc1 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kernel/
A Dtsc.c719 u64 tsc1, tsc2, delta, ref1, ref2; in pit_hpet_ptimer_calibrate_cpu() local
764 tsc1 = tsc_read_refs(&ref1, hpet); in pit_hpet_ptimer_calibrate_cpu()
777 if (tsc1 == ULLONG_MAX || tsc2 == ULLONG_MAX) in pit_hpet_ptimer_calibrate_cpu()
780 tsc2 = (tsc2 - tsc1) * 1000000LL; in pit_hpet_ptimer_calibrate_cpu()
/linux/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.c3913 static int intel_pt_tsc_cmp(uint64_t tsc1, uint64_t tsc2) in intel_pt_tsc_cmp() argument
3917 if (tsc1 == tsc2) in intel_pt_tsc_cmp()
3920 if (tsc1 < tsc2) { in intel_pt_tsc_cmp()
3921 if (tsc2 - tsc1 < halfway) in intel_pt_tsc_cmp()
3926 if (tsc1 - tsc2 < halfway) in intel_pt_tsc_cmp()
/linux/arch/arm64/boot/dts/qcom/
A Dsdm850-lenovo-yoga-c630.dts391 tsc1: hid@10 { label

Completed in 14 milliseconds