Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/include/objtool/
Darch.h80 bool arch_callee_saved_reg(unsigned char reg);
/linux-6.1.9/tools/objtool/arch/x86/
Ddecode.c39 bool arch_callee_saved_reg(unsigned char reg) in arch_callee_saved_reg() function
/linux-6.1.9/tools/objtool/
Dcheck.c2531 if (arch_callee_saved_reg(reg) && in save_reg()