Searched refs:retpoline (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/tools/objtool/ |
D | builtin-check.c | 32 bool no_fp, no_unreachable, retpoline, module; variable 42 OPT_BOOLEAN('r', "retpoline", &retpoline, "Validate retpoline assumptions"),
|
D | builtin.h | 23 extern bool no_fp, no_unreachable, retpoline, module;
|
D | check.c | 597 if (retpoline) in add_call_destinations() 2189 if (retpoline) { in check()
|
/Linux-v4.19/arch/x86/lib/ |
D | Makefile | 30 lib-$(CONFIG_RETPOLINE) += retpoline.o
|
/Linux-v4.19/scripts/ |
D | Makefile.build | 252 objtool_args += --retpoline
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 4182 retpoline - replace indirect branches 4183 retpoline,generic - google's original retpoline 4184 retpoline,amd - AMD-specific minimal thunk
|
/Linux-v4.19/arch/x86/ |
D | Kconfig | 439 Compile kernel with the retpoline compiler options to guard against
|