Home
last modified time | relevance | path

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

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