Searched refs:no_fp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | builtin-check.c | 21 bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats, variable 30 OPT_BOOLEAN('f', "no-fp", &no_fp, "Skip frame pointer validation"),
|
H A D | builtin.h | 11 extern bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats,
|
H A D | check.c | 2524 if (!no_fp && insn->func && op->src.reg == CFI_BP && in update_cfi_state() 2986 if (!no_fp && func && !is_special_call(insn) && in validate_branch()
|
/kernel/linux/linux-6.6/arch/arm/nwfpe/ |
H A D | entry.S | 185 .word no_fp 188 no_fp: label 190 ENDPROC(no_fp)
|
Completed in 4 milliseconds