Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/cpu/
Dtsx.c21 u64 tsx; in tsx_disable() local
23 rdmsrl(MSR_IA32_TSX_CTRL, tsx); in tsx_disable()
26 tsx |= TSX_CTRL_RTM_DISABLE; in tsx_disable()
34 tsx |= TSX_CTRL_CPUID_CLEAR; in tsx_disable()
36 wrmsrl(MSR_IA32_TSX_CTRL, tsx); in tsx_disable()
41 u64 tsx; in tsx_enable() local
43 rdmsrl(MSR_IA32_TSX_CTRL, tsx); in tsx_enable()
46 tsx &= ~TSX_CTRL_RTM_DISABLE; in tsx_enable()
53 tsx &= ~TSX_CTRL_CPUID_CLEAR; in tsx_enable()
55 wrmsrl(MSR_IA32_TSX_CTRL, tsx); in tsx_enable()
DMakefile33 obj-y += intel.o intel_pconfig.o tsx.o
/Linux-v5.4/Documentation/x86/
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-v5.4/Documentation/admin-guide/hw-vuln/
Dtsx_async_abort.rst180 parameter "tsx=" on CPUs which support TSX control. MSR_IA32_TSX_CTRL is used
206 Not specifying this option is equivalent to "tsx=off".
208 The following combinations of the "tsx_async_abort" and "tsx" are possible. For
209 affected platforms tsx=auto is equivalent to tsx=off and the result will be:
212 tsx=on tsx_async_abort=full The system will use VERW to clear CPU
215 tsx=on tsx_async_abort=full,nosmt As above, cross-thread attacks on SMT
217 tsx=on tsx_async_abort=off The system is vulnerable.
218 tsx=off tsx_async_abort=full TSX might be disabled if microcode
221 tsx=off tsx_async_abort=full,nosmt Ditto
222 tsx=off tsx_async_abort=off ditto
[all …]
/Linux-v5.4/arch/x86/events/intel/
Dds.c1296 union hsw_tsx_tuning tsx = { .value = tsx_tuning }; in intel_get_tsx_weight() local
1297 return tsx.cycles_last_block; in intel_get_tsx_weight()
/Linux-v5.4/arch/x86/
DKconfig1956 Therefore TSX is not enabled by default (aka tsx=off). An admin
1957 might override this decision by tsx=on the command line parameter.
1962 This option allows to set the default tsx mode between tsx=on, =off
1967 platforms or on if TSX is in use and the security aspect of tsx is not
1973 TSX is disabled if possible - equals to tsx=off command line parameter.
1978 TSX is always enabled on TSX capable HW - equals the tsx=on command
1985 side channel attacks- equals the tsx=auto command line parameter.
/Linux-v5.4/Documentation/scsi/
Dncr53c8xx.txt118 Useful SCSI tools written by Eric Youngdale are available at tsx-11:
120 ftp://tsx-11.mit.edu/pub/linux/ALPHA/scsi/scsiinfo-X.Y.tar.gz
121 ftp://tsx-11.mit.edu/pub/linux/ALPHA/scsi/scsidev-X.Y.tar.gz
/Linux-v5.4/
DCREDITS1769 D: Maintain tsx-11.mit.edu
3686 D: Maintainer of tsx-11.mit.edu ftp archive
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt4878 tsx= [X86] Control Transactional Synchronization
4902 Not specifying this option is equivalent to tsx=off.