Home
last modified time | relevance | path

Searched refs:TSC (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/
H A 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()
140 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_start); 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()
159 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); in nhm_stop()
212 .overflow_s = 922000000 /* 922337203 seconds TSC overflow
H A 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()
196 .overflow_s = 922000000 /* 922337203 seconds TSC overflow
H A 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()
191 .overflow_s = 922000000 /* 922337203 seconds TSC overflow
/kernel/linux/linux-6.6/tools/power/cpupower/utils/idle_monitor/
H A 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()
140 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_start); 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()
159 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); in nhm_stop()
212 .overflow_s = 922000000 /* 922337203 seconds TSC overflow
H A 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()
191 .overflow_s = 922000000 /* 922337203 seconds TSC overflow
H A 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()
196 .overflow_s = 922000000 /* 922337203 seconds TSC overflow
/kernel/linux/linux-6.6/include/dt-bindings/clock/
H A Dstm32mp13-clks.h101 #define TSC 73 macro
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/clock/
H A Dstm32mp13-clks.h101 #define TSC 73 macro
/kernel/linux/linux-6.6/drivers/pinctrl/tegra/
H A Dpinctrl-tegra234.c1902 PINGROUP(can0_stb_paa4, RSVD0, WDT, TSC, TSC_ALT, 0x3020, 0, Y, -1, 5, 6, -1, 9, 10, 12),
1905 PINGROUP(can0_err_paa7, RSVD0, TSC, RSVD2, TSC_ALT, 0x3038, 0, Y, -1, 5, 6, -1, 9, 10, 12),
1908 PINGROUP(soc_gpio50_pbb2, RSVD0, TSC, RSVD2, TSC_ALT, 0x3050, 0, Y, -1, 5, 6, -1, 9, 10, 12),
1909 PINGROUP(can1_err_pbb3, RSVD0, TSC, RSVD2, TSC_ALT, 0x3058, 0, Y, -1, 5, 6, -1, 9, 10, 12),
/kernel/linux/linux-5.10/drivers/net/wireless/admtek/
H A Dadm8211.h64 __le32 TSC; /* 0xC0 CSR32 */ member
/kernel/linux/linux-6.6/drivers/net/wireless/admtek/
H A Dadm8211.h64 __le32 TSC; /* 0xC0 CSR32 */ member
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dcpuid.c383 F(TSC) | F(MSR) | F(PAE) | F(MCE) | in kvm_set_cpu_caps()
453 F(TSC) | F(MSR) | F(PAE) | F(MCE) | in kvm_set_cpu_caps()
825 /* invariant TSC is CPUID.80000007H:EDX[8] */ in __do_cpuid_func()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dcpuid.c614 F(TSC) | F(MSR) | F(PAE) | F(MCE) | in kvm_set_cpu_caps()
703 F(TSC) | F(MSR) | F(PAE) | F(MCE) | in kvm_set_cpu_caps()
/kernel/linux/linux-6.6/drivers/clk/stm32/
H A Dclk-stm32mp13.c1382 STM32_GATE_CFG(TSC, tsc, SECF_TZC),
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c181 * Time is measured based on a counter that runs at the same rate as the TSC,
1466 /* Setup TSC multiplier */ in vmx_vcpu_load_vmcs()
1835 * We're here if L1 chose not to trap WRMSR to TSC. According in vmx_write_l1_tsc_offset()
1836 * to the spec, this should set L1's TSC; The offset that L1 in vmx_write_l1_tsc_offset()
1838 * to the newly set TSC to get L2's TSC. in vmx_write_l1_tsc_offset()
6049 pr_err("TSC Offset = 0x%016llx\n", vmcs_read64(TSC_OFFSET)); in dump_vmcs()
6051 pr_err("TSC Multiplier = 0x%016llx\n", in dump_vmcs()
7294 cr4_fixed1_update(X86_CR4_TSD, edx, feature_bit(TSC)); in nested_vmx_cr_fixed1_bits_update()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c192 * Time is measured based on a counter that runs at the same rate as the TSC,
6382 pr_err("TSC Offset = 0x%016llx\n", vmcs_read64(TSC_OFFSET)); in dump_vmcs()
6384 pr_err("TSC Multiplier = 0x%016llx\n", in dump_vmcs()
7671 cr4_fixed1_update(X86_CR4_TSD, edx, feature_bit(TSC)); in nested_vmx_cr_fixed1_bits_update()

Completed in 51 milliseconds