Lines Matching full:mitigation
1 Microarchitectural Data Sampling (MDS) mitigation
70 Mitigation strategy
73 All variants have the same mitigation strategy at least for the single CPU
82 command. The latter is issued when L1TF mitigation is enabled so the extra
98 The mitigation is invoked on kernel/userspace, hypervisor/guest and C-state
112 Kernel internal mitigation modes
116 off Mitigation is disabled. Either the CPU is not affected or
119 full Mitigation is enabled. CPU is affected and MD_CLEAR is
122 vmwerv Mitigation is enabled. CPU is affected and MD_CLEAR is not
130 line then the kernel selects the appropriate mitigation mode depending on
133 Mitigation points
140 on affected CPUs when the mitigation is not disabled on the kernel
144 The mitigation is invoked in prepare_exit_to_usermode() which covers
173 switched depending on the chosen mitigation mode and the SMT state of
187 The mitigation is hooked into all variants of halt()/mwait(), but does