Home
last modified time | relevance | path

Searched refs:l1tf (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/admin-guide/hw-vuln/
H A Dindex.rst14 l1tf
H A Dl1d_flush.rst64 document: :ref:`Documentation/admin-guide/hw-vuln/l1tf.rst <smt_control>`.
H A Dl1tf.rst126 /sys/devices/system/cpu/vulnerabilities/l1tf
344 SMT control is also possible at boot time via the l1tf kernel command
368 time with the option "l1tf=". The valid arguments for this option are:
444 The default is 'cond'. If 'l1tf=full,force' is given on the kernel command
538 parameters 'nosmt', 'l1tf', 'kvm-intel.vmentry_l1d_flush' and at run
/linux/drivers/base/
H A Dcpu.c610 CPU_SHOW_VULN_FALLBACK(l1tf);
630 static DEVICE_ATTR(l1tf, 0444, cpu_show_l1tf, NULL);
/linux/arch/x86/kvm/vmx/
H A Dvmx.c243 static int __vmx_setup_l1d_flush(enum vmx_l1d_flush_state l1tf) in __vmx_setup_l1d_flush() argument
264 if (l1tf == VMENTER_L1D_FLUSH_AUTO) { in __vmx_setup_l1d_flush()
267 l1tf = VMENTER_L1D_FLUSH_NEVER; in __vmx_setup_l1d_flush()
273 l1tf = VMENTER_L1D_FLUSH_COND; in __vmx_setup_l1d_flush()
277 l1tf = VMENTER_L1D_FLUSH_ALWAYS; in __vmx_setup_l1d_flush()
281 l1tf = VMENTER_L1D_FLUSH_ALWAYS; in __vmx_setup_l1d_flush()
284 if (l1tf != VMENTER_L1D_FLUSH_NEVER && !vmx_l1d_flush_pages && in __vmx_setup_l1d_flush()
306 l1tf_vmx_mitigation = l1tf; in __vmx_setup_l1d_flush()
308 if (l1tf != VMENTER_L1D_FLUSH_NEVER) in __vmx_setup_l1d_flush()
313 if (l1tf == VMENTER_L1D_FLUSH_COND) in __vmx_setup_l1d_flush()
[all …]
/linux/Documentation/
H A D.renames.txt13 admin-guide/l1tf admin-guide/hw-vuln/l1tf