Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt9 3) TSC Hardware
34 First we discuss the basic hardware devices available. TSC and the related
312 3) TSC Hardware
314 The TSC or time stamp counter is relatively simple in theory; it counts
319 The TSC is represented internally as a 64-bit MSR which can be read with the
321 limitations made it possible to write the TSC, but generally on old hardware it
326 write the TSC MSR is not an architectural guarantee.
328 The TSC is accessible from CPL-0 and conditionally, for CPL > 0 software by
329 means of the CR4.TSD bit, which when enabled, disables CPL > 0 TSC access.
332 atomically not just the TSC, but an indicator which corresponds to the
[all …]
Dapi.txt1266 The TSC deadline timer feature (CPUID leaf 1, ecx[24]) is always returned
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/
Dnhm_idle.c28 enum intel_nhm_id { C3 = 0, C6, PC3, PC6, TSC = 0xFFFF }; enumerator
90 case TSC: in nhm_get_count()
132 nhm_get_count(TSC, &tsc_at_measure_start, 0); in nhm_start()
140 nhm_get_count(TSC, &dbg, 0); in nhm_start()
151 nhm_get_count(TSC, &tsc_at_measure_end, 0); in nhm_stop()
159 nhm_get_count(TSC, &dbg, 0); in nhm_stop()
Dsnb_idle.c25 enum intel_snb_id { C7 = 0, PC2, PC7, SNB_CSTATE_COUNT, TSC = 0xFFFF }; enumerator
76 case TSC: in snb_get_count()
123 snb_get_count(TSC, &tsc_at_measure_start, 0); in snb_start()
132 snb_get_count(TSC, &tsc_at_measure_end, 0); in snb_stop()
Dhsw_ext_idle.c27 TSC = 0xFFFF }; enumerator
79 case TSC: in hsw_ext_get_count()
126 hsw_ext_get_count(TSC, &tsc_at_measure_start, 0); in hsw_ext_start()
135 hsw_ext_get_count(TSC, &tsc_at_measure_end, 0); in hsw_ext_stop()
/linux-4.4.14/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-4.4.14/tools/perf/Documentation/
Dintel-pt.txt169 So, to disable TSC packets use:
222 tsc Always supported. Produces TSC timestamp packets to provide
274 Because a TSC packet is produced with PSB, the PSB period can
280 MTC packets provide finer grain timestamp information than TSC
282 clock (CTC) which is related to TSC packets using a TMA packet.
311 can be related to TSC via values provided in cpuid leaf 0x15.
325 MTC and TSC packets. A CYC packet contains the number of CPU
326 cycles since the last CYC packet. Unlike MTC and TSC packets,
641 Note also, the sched_switch event is only added if TSC packets are requested.
700 "ns" (nanoseconds), "t" (TSC ticks) or "i" (instructions).
[all …]
/linux-4.4.14/arch/x86/
DKconfig.cpu23 - "586" for generic Pentium CPUs lacking the TSC
179 like a 586 with TSC, and sets some GCC optimization flags (like a
193 treat this chip as a 586TSC with some extended instructions
201 treat this chip as a 586TSC with some extended instructions
DKconfig746 systems, unlike the TSC, but it is more expensive to access,
768 systems, unlike the TSC, but it is more expensive to access,
2459 NSC Geode SC-1100's buggy TSC, which loses time when the
/linux-4.4.14/arch/arm/boot/dts/
Dlpc32xx.dtsi265 * TSC vs. ADC: Since those two share the same
/linux-4.4.14/drivers/net/wireless/
Dadm8211.h63 __le32 TSC; /* 0xC0 CSR32 */ member
/linux-4.4.14/arch/x86/kvm/
Dcpuid.c304 F(TSC) | F(MSR) | F(PAE) | F(MCE) | in __do_cpuid_ent()
314 F(TSC) | F(MSR) | F(PAE) | F(MCE) | in __do_cpuid_ent()
/linux-4.4.14/kernel/time/
DKconfig16 # cycle update - x86/TSC misfeature
/linux-4.4.14/drivers/input/touchscreen/
DKconfig798 - DMC TSC-10/25
858 bool "DMC TSC-10/25 device support" if EXPERT
931 tristate "TSC-10/25/40 serial touchscreen support"
934 Say Y here if you have a TSC-10, 25 or 40 serial touchscreen connected
/linux-4.4.14/Documentation/acpi/apei/
Deinj.txt171 [22715.834759] EDAC sbridge MC3: TSC 0
/linux-4.4.14/Documentation/timers/
Dtimekeeping.txt153 Some hardware (such as the x86 TSC) will cause the sched_clock() function to
/linux-4.4.14/drivers/acpi/
DKconfig346 (TSC) timing source.
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt4013 to calculate the BogoMips rating, using the TSC if it's there or using
4014 a one-instruction loop. The TSC produces twice the BogoMips as the
4015 loop. UML uses the loop, since it has nothing resembling a TSC, and
4017 However, on a host with a TSC, its BogoMips will be double the loop
/linux-4.4.14/Documentation/
Dkernel-parameters.txt1801 lapic= [x86,APIC] "notscdeadline" Do not use TSC deadline
3825 tsc= Disable clocksource stability checks for TSC.
3832 [x86] noirqtime: Do not use TSC to do irq accounting.
/linux-4.4.14/Documentation/trace/
Dftrace.txt353 example, x86 uses its own TSC cycle clock here.