Searched refs:sp_reg (Results 1 – 10 of 10) sorted by relevance
| /tools/objtool/arch/x86/ |
| A D | orc.c | 51 orc->sp_reg = ORC_REG_SP; in init_orc_entry() 54 orc->sp_reg = ORC_REG_SP_INDIRECT; in init_orc_entry() 57 orc->sp_reg = ORC_REG_BP; in init_orc_entry() 60 orc->sp_reg = ORC_REG_BP_INDIRECT; in init_orc_entry() 63 orc->sp_reg = ORC_REG_R10; in init_orc_entry() 66 orc->sp_reg = ORC_REG_R13; in init_orc_entry() 69 orc->sp_reg = ORC_REG_DI; in init_orc_entry() 72 orc->sp_reg = ORC_REG_DX; in init_orc_entry() 182 print_reg(orc[i].sp_reg, bswap_if_needed(dummy_elf, orc[i].sp_offset)); in orc_print_dump()
|
| A D | decode.c | 818 int arch_decode_hint_reg(u8 sp_reg, int *base) in arch_decode_hint_reg() argument 820 switch (sp_reg) { in arch_decode_hint_reg()
|
| /tools/arch/x86/include/asm/ |
| A D | orc_types.h | 63 unsigned sp_reg:4; member 69 unsigned sp_reg:4; member
|
| /tools/objtool/arch/loongarch/ |
| A D | orc.c | 52 orc->sp_reg = ORC_REG_SP; in init_orc_entry() 55 orc->sp_reg = ORC_REG_FP; in init_orc_entry() 162 print_reg(orc[i].sp_reg, orc[i].sp_offset); in orc_print_dump()
|
| A D | decode.c | 42 int arch_decode_hint_reg(u8 sp_reg, int *base) in arch_decode_hint_reg() argument 44 switch (sp_reg) { in arch_decode_hint_reg()
|
| /tools/arch/loongarch/include/asm/ |
| A D | orc_types.h | 50 unsigned int sp_reg:4; member
|
| /tools/include/linux/ |
| A D | objtool_types.h | 16 u8 sp_reg; member
|
| /tools/objtool/include/objtool/ |
| A D | arch.h | 91 int arch_decode_hint_reg(u8 sp_reg, int *base);
|
| /tools/objtool/arch/powerpc/ |
| A D | decode.c | 27 int arch_decode_hint_reg(u8 sp_reg, int *base) in arch_decode_hint_reg() argument
|
| /tools/objtool/ |
| A D | check.c | 2280 if (arch_decode_hint_reg(hint->sp_reg, &cfi.cfa.base)) { in read_unwind_hints() 2281 ERROR_INSN(insn, "unsupported unwind_hint sp base reg %d", hint->sp_reg); in read_unwind_hints()
|
Completed in 18 milliseconds