Home
last modified time | relevance | path

Searched refs:tsx (Results 1 – 10 of 10) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dtsx.c36 u64 tsx; in tsx_disable() local
38 rdmsrq(MSR_IA32_TSX_CTRL, tsx); in tsx_disable()
41 tsx |= TSX_CTRL_RTM_DISABLE; in tsx_disable()
49 tsx |= TSX_CTRL_CPUID_CLEAR; in tsx_disable()
51 wrmsrq(MSR_IA32_TSX_CTRL, tsx); in tsx_disable()
56 u64 tsx; in tsx_enable() local
58 rdmsrq(MSR_IA32_TSX_CTRL, tsx); in tsx_enable()
61 tsx &= ~TSX_CTRL_RTM_DISABLE; in tsx_enable()
68 tsx &= ~TSX_CTRL_CPUID_CLEAR; in tsx_enable()
70 wrmsrq(MSR_IA32_TSX_CTRL, tsx); in tsx_enable()
H A DMakefile37 obj-y += intel.o tsx.o
/linux/Documentation/arch/x86/
H A Dtsx_async_abort.rst40 tsx disabled Mitigation is enabled. TSX feature is disabled by default at
57 Below tables indicate the impact of tsx=on|off|auto cmdline options on state of
61 1. "tsx=off"
64 MSR_IA32_ARCH_CAPABILITIES bits Result with cmdline tsx=off
76 2. "tsx=on"
79 MSR_IA32_ARCH_CAPABILITIES bits Result with cmdline tsx=on
91 3. "tsx=auto"
94 MSR_IA32_ARCH_CAPABILITIES bits Result with cmdline tsx=auto
/linux/Documentation/admin-guide/hw-vuln/
H A Dtsx_async_abort.rst174 parameter "tsx=" on CPUs which support TSX control. MSR_IA32_TSX_CTRL is used
200 Not specifying this option is equivalent to "tsx=off".
202 The following combinations of the "tsx_async_abort" and "tsx" are possible. For
203 affected platforms tsx=auto is equivalent to tsx=off and the result will be:
206 tsx=on tsx_async_abort=full The system will use VERW to clear CPU
209 tsx=on tsx_async_abort=full,nosmt As above, cross-thread attacks on SMT
211 tsx=on tsx_async_abort=off The system is vulnerable.
212 tsx=off tsx_async_abort=full TSX might be disabled if microcode
215 tsx=off tsx_async_abort=full,nosmt Ditto
216 tsx=off tsx_async_abort=off ditto
[all …]
/linux/arch/x86/
H A DKconfig1839 Therefore TSX is not enabled by default (aka tsx=off). An admin
1840 might override this decision by tsx=on the command line parameter.
1845 This option allows to set the default tsx mode between tsx=on, =off
1850 platforms or on if TSX is in use and the security aspect of tsx is not
1856 TSX is disabled if possible - equals to tsx=off command line parameter.
1861 TSX is always enabled on TSX capable HW - equals the tsx=on command
1868 side channel attacks- equals the tsx=auto command line parameter.
/linux/arch/x86/events/intel/
H A Dds.c2096 union hsw_tsx_tuning tsx = { .value = tsx_tuning }; in intel_get_tsx_weight() local
2097 return tsx.cycles_last_block; in intel_get_tsx_weight()
/linux/Documentation/scsi/
H A Dncr53c8xx.rst126 Useful SCSI tools written by Eric Youngdale are available at tsx-11:
128 - ftp://tsx-11.mit.edu/pub/linux/ALPHA/scsi/scsiinfo-X.Y.tar.gz
129 - ftp://tsx-11.mit.edu/pub/linux/ALPHA/scsi/scsidev-X.Y.tar.gz
/linux/tools/perf/Documentation/
H A Dperf-report.txt416 - Abort: display the number of tsx aborted branches.
/linux/
H A DCREDITS1947 D: Maintain tsx-11.mit.edu
4027 D: Maintainer of tsx-11.mit.edu ftp archive
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt7979 tsx= [X86] Control Transactional Synchronization
8003 Not specifying this option is equivalent to tsx=off.