Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/
H A Darch.h89 int arch_decode_hint_reg(u8 sp_reg, int *base);
H A Dcheck.c1871 if (arch_decode_hint_reg(hint->sp_reg, &cfi.cfa.base)) { in read_unwind_hints()
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Ddecode.c614 int arch_decode_hint_reg(u8 sp_reg, int *base) in arch_decode_hint_reg() function