Home
last modified time | relevance | path

Searched refs:arch_decode_hint_reg (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/tools/objtool/include/objtool/
Darch.h86 int arch_decode_hint_reg(struct instruction *insn, u8 sp_reg);
/Linux-v5.15/tools/objtool/arch/x86/
Ddecode.c782 int arch_decode_hint_reg(struct instruction *insn, u8 sp_reg) in arch_decode_hint_reg() function
/Linux-v5.15/tools/objtool/
Dcheck.c1593 if (arch_decode_hint_reg(insn, hint->sp_reg)) { in read_unwind_hints()