Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/objtool/
A Dbuiltin-check.c75 OPT_BOOLEAN('r', "retpoline", &opts.retpoline, "validate and annotate retpoline usage"),
135 opts.retpoline || in opts_valid()
A Dcheck.c4572 if (opts.retpoline) { in check()
4636 if (opts.retpoline) { in check()
/linux-6.3-rc2/tools/objtool/include/objtool/
A Dbuiltin.h20 bool retpoline; member
/linux-6.3-rc2/Documentation/admin-guide/hw-vuln/
A Dspectre.rst217 "retpoline") :ref:`[3] <spec_ref3>` :ref:`[9] <spec_ref9>` for all
222 mitigate Spectre variant 2 instead of retpoline. Enhanced IBRS is
223 more efficient than retpoline.
358 retpoline mitigation or if the CPU has hardware mitigation, and if the
471 To turn on retpoline mitigation on a vulnerable CPU, the kernel
493 The retpoline mitigation is turned on by default on vulnerable
620 retpoline auto pick between generic,lfence
621 retpoline,generic Retpolines
622 retpoline,lfence LFENCE; indirect branch
623 retpoline,amd alias for retpoline,lfence
[all …]
/linux-6.3-rc2/arch/x86/lib/
A DMakefile52 lib-$(CONFIG_RETPOLINE) += retpoline.o
/linux-6.3-rc2/scripts/
A DMakefile.lib265 objtool-args-$(CONFIG_RETPOLINE) += --retpoline
/linux-6.3-rc2/tools/objtool/Documentation/
A Dobjtool.txt25 retpoline thunks, for Spectre v2 mitigations
27 - Retpoline call site annotation -- annotates all retpoline thunk call
/linux-6.3-rc2/Documentation/admin-guide/
A Dkernel-parameters.txt5747 retpoline - replace indirect branches
5748 retpoline,generic - Retpolines
5749 retpoline,lfence - LFENCE; indirect branch
5750 retpoline,amd - alias for retpoline,lfence
5752 eibrs,retpoline - Enhanced/Auto IBRS + Retpolines
/linux-6.3-rc2/arch/x86/
A DKconfig2561 Compile kernel with the retpoline compiler options to guard against

Completed in 23 milliseconds