Home
last modified time | relevance | path

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

/Linux-v6.1/tools/objtool/
Dbuiltin-check.c72 OPT_BOOLEAN(0, "unret", &opts.unret, "validate entry unret placement"),
141 if (opts.unret && !opts.rethunk) { in opts_valid()
174 if (opts.unret) { in link_opts_valid()
Dcheck.c4261 if (opts.unret) { in check()
/Linux-v6.1/tools/objtool/include/objtool/
Dbuiltin.h23 bool unret; member
/Linux-v6.1/scripts/
DMakefile.vmlinux_o40 …nux-objtool-args-$(CONFIG_NOINSTR_VALIDATION) += --noinstr $(if $(CONFIG_CPU_UNRET_ENTRY), --unret)
/Linux-v6.1/Documentation/admin-guide/
Dkernel-parameters.txt5319 unret - Force enable untrained return thunks,
5322 unret,nosmt - Like unret, but will disable SMT when STIBP
/Linux-v6.1/arch/x86/
DKconfig2495 Compile the kernel with support for the retbleed=unret mitigation.