Home
last modified time | relevance | path

Searched refs:TSC (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v5.15/Documentation/virt/kvm/
Dtimekeeping.rst14 3) TSC Hardware
37 First we discuss the basic hardware devices available. TSC and the related
324 3. TSC Hardware
327 The TSC or time stamp counter is relatively simple in theory; it counts
332 The TSC is represented internally as a 64-bit MSR which can be read with the
334 limitations made it possible to write the TSC, but generally on old hardware it
339 write the TSC MSR is not an architectural guarantee.
341 The TSC is accessible from CPL-0 and conditionally, for CPL > 0 software by
342 means of the CR4.TSD bit, which when enabled, disables CPL > 0 TSC access.
345 atomically not just the TSC, but an indicator which corresponds to the
[all …]
Dhypercalls.rst130 * tsc: guest TSC value used to calculate sec/nsec pair
134 host and guest. The guest can use the returned TSC value to
137 Returns KVM_EOPNOTSUPP if the host does not use TSC clocksource,
/Linux-v5.15/tools/power/cpupower/utils/idle_monitor/
Dnhm_idle.c27 enum intel_nhm_id { C3 = 0, C6, PC3, PC6, TSC = 0xFFFF }; enumerator
89 case TSC: in nhm_get_count()
131 nhm_get_count(TSC, &tsc_at_measure_start, base_cpu); in nhm_start()
139 nhm_get_count(TSC, &dbg, base_cpu); in nhm_start()
150 nhm_get_count(TSC, &tsc_at_measure_end, base_cpu); in nhm_stop()
158 nhm_get_count(TSC, &dbg, base_cpu); in nhm_stop()
Dsnb_idle.c24 enum intel_snb_id { C7 = 0, PC2, PC7, SNB_CSTATE_COUNT, TSC = 0xFFFF }; enumerator
75 case TSC: in snb_get_count()
122 snb_get_count(TSC, &tsc_at_measure_start, base_cpu); in snb_start()
131 snb_get_count(TSC, &tsc_at_measure_end, base_cpu); in snb_stop()
Dhsw_ext_idle.c26 TSC = 0xFFFF }; enumerator
77 case TSC: in hsw_ext_get_count()
124 hsw_ext_get_count(TSC, &tsc_at_measure_start, base_cpu); in hsw_ext_start()
133 hsw_ext_get_count(TSC, &tsc_at_measure_end, base_cpu); in hsw_ext_stop()
/Linux-v5.15/Documentation/devicetree/bindings/input/touchscreen/
Dlpc32xx-tsc.txt1 * NXP LPC32xx SoC Touchscreen Controller (TSC)
7 - interrupts: The TSC/ADC interrupt
Dti-tsc-adc.txt1 * TI - TSC ADC (Touschscreen and analog digital converter)
/Linux-v5.15/tools/perf/Documentation/
Dperf-intel-pt.txt241 So, to disable TSC packets use:
294 tsc Always supported. Produces TSC timestamp packets to provide
346 Because a TSC packet is produced with PSB, the PSB period can
352 MTC packets provide finer grain timestamp information than TSC
354 clock (CTC) which is related to TSC packets using a TMA packet.
383 can be related to TSC via values provided in cpuid leaf 0x15.
397 MTC and TSC packets. A CYC packet contains the number of CPU
398 cycles since the last CYC packet. Unlike MTC and TSC packets,
836 Note also, the sched_switch event is only added if TSC packets are requested.
953 "ns" (nanoseconds), "t" (TSC ticks) or "i" (instructions).
[all …]
Djitdump-specification.txt49 …g an architecture-specific timestamp clock source. For instance, on x86, one could use TSC directly
/Linux-v5.15/Documentation/translations/zh_CN/virt/acrn/
Dcpuid.rst56 eax = (Virtual) TSC frequency in kHz.
/Linux-v5.15/Documentation/virt/acrn/
Dcpuid.rst46 eax = (Virtual) TSC frequency in kHz.
/Linux-v5.15/Documentation/devicetree/bindings/mfd/
Dfsl-imx25-tsadc.txt1 Freescale MX25 ADC/TSC MultiFunction Device (MFD)
/Linux-v5.15/tools/arch/x86/kcpuid/
Dcpuid.csv43 …1, 0, ECX, 24, tsc_deadline_timer, LAPIC supports one-shot operation using a TSC deadline …
302 … 0x15, 0, EAX, 31:0, tsc_denominator, The denominator of the TSC/”core crystal clock” ratio
303 0x15, 0, EBX, 31:0, tsc_numerator, The numerator of the TSC/”core crystal clock” ratio
373 0x80000007, 0, EDX, 8, nonstop_tsc, Invariant TSC available
/Linux-v5.15/arch/x86/
DKconfig.cpu24 - "586" for generic Pentium CPUs lacking the TSC
187 like a 586 with TSC, and sets some GCC optimization flags (like a
201 treat this chip as a 586TSC with some extended instructions
209 treat this chip as a 586TSC with some extended instructions
/Linux-v5.15/Documentation/trace/
Dhwlat_detector.rst26 for some period, then looking for gaps in the TSC data. Any gap indicates a
/Linux-v5.15/kernel/time/
DKconfig21 # cycle update - x86/TSC misfeature
/Linux-v5.15/drivers/net/wireless/admtek/
Dadm8211.h64 __le32 TSC; /* 0xC0 CSR32 */ member
/Linux-v5.15/arch/x86/kvm/
Dcpuid.c413 F(TSC) | F(MSR) | F(PAE) | F(MCE) | in kvm_set_cpu_caps()
488 F(TSC) | F(MSR) | F(PAE) | F(MCE) | in kvm_set_cpu_caps()
/Linux-v5.15/Documentation/firmware-guide/acpi/apei/
Deinj.rst179 [22715.834759] EDAC sbridge MC3: TSC 0
/Linux-v5.15/arch/arm/boot/dts/
Dlpc32xx.dtsi430 * TSC vs. ADC: Since those two share the same
/Linux-v5.15/drivers/input/touchscreen/
DKconfig928 - DMC TSC-10/25
1007 bool "DMC TSC-10/25 device support" if EXPERT
1096 tristate "TSC-10/25/40 serial touchscreen support"
1099 Say Y here if you have a TSC-10, 25 or 40 serial touchscreen connected
/Linux-v5.15/Documentation/timers/
Dtimekeeping.rst154 Some hardware (such as the x86 TSC) will cause the sched_clock() function to
/Linux-v5.15/drivers/acpi/
DKconfig545 (TSC) timing source.
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-devices-system-cpu599 in TSC-quanta that the CPU can reside in either C0.1
/Linux-v5.15/Documentation/admin-guide/
Dkernel-parameters.txt2527 lapic= [X86,APIC] Do not use TSC deadline
5775 tsc= Disable clocksource stability checks for TSC.
5782 [x86] noirqtime: Do not use TSC to do irq accounting.
5786 [x86] unstable: mark the TSC clocksource as unstable, this
5787 marks the TSC unconditionally unstable at bootup and
5788 avoids any further wobbles once the TSC watchdog notices.
5794 tsc_early_khz= [X86] Skip early TSC calibration and use the given
5795 value instead. Useful when the early TSC frequency discovery

12