Searched refs:l1tf (Results 1 – 9 of 9) sorted by relevance
13 l1tf
176 :ref:`Documentation/admin-guide/hw-vuln//l1tf.rst <mitigation_control_kvm>`.234 :ref:`Documentation/admin-guide/hw-vuln/l1tf.rst <smt_control>`.303 See :ref:`Documentation/admin-guide/hw-vuln//l1tf.rst <default_mitigations>`.
64 document: :ref:`Documentation/admin-guide/hw-vuln/l1tf.rst <smt_control>`.
126 /sys/devices/system/cpu/vulnerabilities/l1tf344 SMT control is also possible at boot time via the l1tf kernel command368 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 command538 parameters 'nosmt', 'l1tf', 'kvm-intel.vmentry_l1d_flush' and at run
592 CPU_SHOW_VULN_FALLBACK(l1tf);607 static DEVICE_ATTR(l1tf, 0444, cpu_show_l1tf, NULL);
250 static int vmx_setup_l1d_flush(enum vmx_l1d_flush_state l1tf) in vmx_setup_l1d_flush() argument271 if (l1tf == VMENTER_L1D_FLUSH_AUTO) { in vmx_setup_l1d_flush()274 l1tf = VMENTER_L1D_FLUSH_NEVER; in vmx_setup_l1d_flush()279 l1tf = VMENTER_L1D_FLUSH_COND; in vmx_setup_l1d_flush()283 l1tf = VMENTER_L1D_FLUSH_ALWAYS; in vmx_setup_l1d_flush()287 l1tf = VMENTER_L1D_FLUSH_ALWAYS; in vmx_setup_l1d_flush()290 if (l1tf != VMENTER_L1D_FLUSH_NEVER && !vmx_l1d_flush_pages && in vmx_setup_l1d_flush()312 l1tf_vmx_mitigation = l1tf; in vmx_setup_l1d_flush()314 if (l1tf != VMENTER_L1D_FLUSH_NEVER) in vmx_setup_l1d_flush()319 if (l1tf == VMENTER_L1D_FLUSH_COND) in vmx_setup_l1d_flush()[all …]
515 /sys/devices/system/cpu/vulnerabilities/l1tf
2859 l1tf= [X86,EARLY] Control mitigation of the L1TF vulnerability on2922 For details see: Documentation/admin-guide/hw-vuln/l1tf.rst3512 l1tf=off [X86]3549 Equivalent to: l1tf=flush,nosmt [X86]
2683 See <file:Documentation/admin-guide/hw-vuln/l1tf.rst