Symbol: TSC
arch/arm64/include/asm/kvm_arm.h
59
#define HCR_TSC __HCR(TSC)
arch/x86/kvm/cpuid.c
1125
ALIASED_1_EDX_F(TSC),
arch/x86/kvm/cpuid.c
889
F(TSC),
arch/x86/kvm/vmx/vmx.c
7974
cr4_fixed1_update(X86_CR4_TSD, edx, feature_bit(TSC));
drivers/clk/stm32/clk-stm32mp13.c
1384
STM32_GATE_CFG(TSC, tsc, SECF_TZC),
drivers/net/wireless/admtek/adm8211.h
64
__le32 TSC; /* 0xC0 CSR32 */
drivers/pinctrl/tegra/pinctrl-tegra234.c
1902
PINGROUP(can0_stb_paa4, RSVD0, WDT, TSC, TSC_ALT, 0x3020, 0, Y, -1, 5, 6, -1, 9, 10, 12),
drivers/pinctrl/tegra/pinctrl-tegra234.c
1905
PINGROUP(can0_err_paa7, RSVD0, TSC, RSVD2, TSC_ALT, 0x3038, 0, Y, -1, 5, 6, -1, 9, 10, 12),
drivers/pinctrl/tegra/pinctrl-tegra234.c
1908
PINGROUP(soc_gpio50_pbb2, RSVD0, TSC, RSVD2, TSC_ALT, 0x3050, 0, Y, -1, 5, 6, -1, 9, 10, 12),
drivers/pinctrl/tegra/pinctrl-tegra234.c
1909
PINGROUP(can1_err_pbb3, RSVD0, TSC, RSVD2, TSC_ALT, 0x3058, 0, Y, -1, 5, 6, -1, 9, 10, 12),
tools/power/cpupower/utils/idle_monitor/hsw_ext_idle.c
124
hsw_ext_get_count(TSC, &tsc_at_measure_start, base_cpu);
tools/power/cpupower/utils/idle_monitor/hsw_ext_idle.c
133
hsw_ext_get_count(TSC, &tsc_at_measure_end, base_cpu);
tools/power/cpupower/utils/idle_monitor/hsw_ext_idle.c
77
case TSC:
tools/power/cpupower/utils/idle_monitor/nhm_idle.c
131
nhm_get_count(TSC, &tsc_at_measure_start, base_cpu);
tools/power/cpupower/utils/idle_monitor/nhm_idle.c
139
nhm_get_count(TSC, &dbg, base_cpu);
tools/power/cpupower/utils/idle_monitor/nhm_idle.c
150
nhm_get_count(TSC, &tsc_at_measure_end, base_cpu);
tools/power/cpupower/utils/idle_monitor/nhm_idle.c
158
nhm_get_count(TSC, &dbg, base_cpu);
tools/power/cpupower/utils/idle_monitor/nhm_idle.c
89
case TSC:
tools/power/cpupower/utils/idle_monitor/snb_idle.c
122
snb_get_count(TSC, &tsc_at_measure_start, base_cpu);
tools/power/cpupower/utils/idle_monitor/snb_idle.c
131
snb_get_count(TSC, &tsc_at_measure_end, base_cpu);
tools/power/cpupower/utils/idle_monitor/snb_idle.c
75
case TSC: