Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/include/objtool/
H A Dbuiltin.h22 bool unret; member
H A Dcheck.h65 unret : 1, member
/linux-6.15/tools/objtool/
H A Dbuiltin-check.c83 OPT_BOOLEAN(0, "unret", &opts.unret, "validate entry unret placement"),
156 if (opts.unret && !opts.link) { in opts_valid()
H A Dcheck.c2418 insn->unret = 1; in __annotate_late()
3963 if (!insn->unret) in validate_unrets()
4715 if (opts.unret) { in check()
/linux-6.15/scripts/
H A DMakefile.vmlinux_o48 $(if $(or $(CONFIG_MITIGATION_UNRET_ENTRY),$(CONFIG_MITIGATION_SRSO)), --unret)
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt6220 unret - Force enable untrained return thunks,
6223 unret,nosmt - Like unret, but will disable SMT when STIBP
/linux-6.15/arch/x86/
H A DKconfig2516 Compile the kernel with support for the retbleed=unret mitigation.