Searched refs:unret (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/objtool/include/objtool/ |
| H A D | builtin.h | 22 bool unret; member
|
| H A D | check.h | 65 unret : 1, member
|
| /linux-6.15/tools/objtool/ |
| H A D | builtin-check.c | 83 OPT_BOOLEAN(0, "unret", &opts.unret, "validate entry unret placement"), 156 if (opts.unret && !opts.link) { in opts_valid()
|
| H A D | check.c | 2418 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 D | Makefile.vmlinux_o | 48 $(if $(or $(CONFIG_MITIGATION_UNRET_ENTRY),$(CONFIG_MITIGATION_SRSO)), --unret)
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 6220 unret - Force enable untrained return thunks, 6223 unret,nosmt - Like unret, but will disable SMT when STIBP
|
| /linux-6.15/arch/x86/ |
| H A D | Kconfig | 2516 Compile the kernel with support for the retbleed=unret mitigation.
|