Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/include/objtool/
Darch.h89 int arch_decode_hint_reg(u8 sp_reg, int *base);
/linux-6.1.9/tools/objtool/arch/x86/
Ddecode.c758 int arch_decode_hint_reg(u8 sp_reg, int *base) in arch_decode_hint_reg() function
/linux-6.1.9/tools/objtool/
Dcheck.c2107 if (arch_decode_hint_reg(hint->sp_reg, &cfi.cfa.base)) { in read_unwind_hints()