Home
last modified time | relevance | path

Searched refs:arch_callee_saved_reg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/objtool/include/objtool/
H A Darch.h80 bool arch_callee_saved_reg(unsigned char reg);
/openbmc/linux/tools/objtool/arch/powerpc/
H A Ddecode.c22 bool arch_callee_saved_reg(unsigned char reg) in arch_callee_saved_reg() function
/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c44 bool arch_callee_saved_reg(unsigned char reg) in arch_callee_saved_reg() function
/openbmc/linux/tools/objtool/
H A Dcheck.c2740 if (arch_callee_saved_reg(reg) && in save_reg()