Searched refs:unret (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/tools/objtool/ |
D | builtin-check.c | 77 OPT_BOOLEAN(0, "unret", &opts.unret, "validate entry unret placement"), 154 if (opts.unret && !opts.rethunk) { in opts_valid() 197 if (opts.unret) { in link_opts_valid()
|
D | check.c | 2504 insn->unret = 1; in read_validate_unret_hints() 4047 if (!insn->unret) in validate_unrets() 4824 if (opts.unret) { in check()
|
/linux-6.12.1/tools/objtool/include/objtool/ |
D | builtin.h | 22 bool unret; member
|
D | check.h | 64 unret : 1, member
|
/linux-6.12.1/scripts/ |
D | Makefile.vmlinux_o | 41 $(if $(or $(CONFIG_MITIGATION_UNRET_ENTRY),$(CONFIG_MITIGATION_SRSO)), --unret)
|
/linux-6.12.1/Documentation/admin-guide/ |
D | kernel-parameters.txt | 5842 unret - Force enable untrained return thunks, 5845 unret,nosmt - Like unret, but will disable SMT when STIBP
|
/linux-6.12.1/arch/x86/ |
D | Kconfig | 2548 Compile the kernel with support for the retbleed=unret mitigation.
|