Home
last modified time | relevance | path

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

/Linux-v6.1/tools/objtool/include/objtool/
Darch.h80 bool arch_callee_saved_reg(unsigned char reg);
/Linux-v6.1/tools/objtool/arch/x86/
Ddecode.c39 bool arch_callee_saved_reg(unsigned char reg) in arch_callee_saved_reg() function
/Linux-v6.1/tools/objtool/
Dcheck.c2521 if (arch_callee_saved_reg(reg) && in save_reg()