| /linux/arch/x86/include/asm/ |
| H A D | unwind_hints.h | 26 .set sp_reg, ORC_REG_SP_INDIRECT 28 .set sp_reg, ORC_REG_SP 31 .set sp_reg, ORC_REG_BP 33 .set sp_reg, ORC_REG_DI 35 .set sp_reg, ORC_REG_DX 37 .set sp_reg, ORC_REG_R10 53 UNWIND_HINT sp_reg=sp_reg sp_offset=sp_offset type=type signal=\signal 66 UNWIND_HINT sp_reg=ORC_REG_SP sp_offset=8 type=UNWIND_HINT_TYPE_FUNC
|
| H A D | orc_types.h | 63 unsigned sp_reg:4; member 69 unsigned sp_reg:4; member
|
| /linux/tools/objtool/arch/x86/ |
| H A D | orc.c | 50 orc->sp_reg = ORC_REG_SP; in init_orc_entry() 53 orc->sp_reg = ORC_REG_SP_INDIRECT; in init_orc_entry() 56 orc->sp_reg = ORC_REG_BP; in init_orc_entry() 59 orc->sp_reg = ORC_REG_BP_INDIRECT; in init_orc_entry() 62 orc->sp_reg = ORC_REG_R10; in init_orc_entry() 65 orc->sp_reg = ORC_REG_R13; in init_orc_entry() 68 orc->sp_reg = ORC_REG_DI; in init_orc_entry() 71 orc->sp_reg = ORC_REG_DX; in init_orc_entry() 181 print_reg(orc[i].sp_reg, bswap_if_needed(dummy_elf, orc[i].sp_offset)); in orc_print_dump()
|
| H A D | decode.c | 872 int arch_decode_hint_reg(u8 sp_reg, int *base) in arch_decode_hint_reg() argument 874 switch (sp_reg) { in arch_decode_hint_reg()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | unwind_hints.h | 19 UNWIND_HINT sp_reg=ORC_REG_SP type=UNWIND_HINT_TYPE_REGS 23 UNWIND_HINT sp_reg=ORC_REG_SP type=UNWIND_HINT_TYPE_CALL
|
| H A D | orc_types.h | 50 unsigned int sp_reg:4; member
|
| /linux/tools/arch/x86/include/asm/ |
| H A D | orc_types.h | 63 unsigned sp_reg:4; member 69 unsigned sp_reg:4; member
|
| /linux/tools/objtool/arch/loongarch/ |
| H A D | orc.c | 51 orc->sp_reg = ORC_REG_SP; in init_orc_entry() 54 orc->sp_reg = ORC_REG_FP; in init_orc_entry() 161 print_reg(orc[i].sp_reg, orc[i].sp_offset); in orc_print_dump()
|
| H A D | decode.c | 54 int arch_decode_hint_reg(u8 sp_reg, int *base) in arch_decode_hint_reg() argument 56 switch (sp_reg) { in arch_decode_hint_reg()
|
| /linux/arch/loongarch/kernel/ |
| H A D | unwind_orc.c | 31 .sp_reg = ORC_REG_FP, 48 .sp_reg = ORC_REG_SP, 426 switch (orc->sp_reg) { in unwind_next_frame() 437 orc_warn("unknown SP base reg %d at %pB\n", orc->sp_reg, (void *)state->pc); in unwind_next_frame()
|
| /linux/arch/x86/kernel/ |
| H A D | unwind_orc.c | 179 .sp_reg = ORC_REG_BP, 204 .sp_reg = ORC_REG_SP, 530 switch (orc->sp_reg) { in unwind_next_frame() 583 orc->sp_reg, (void *)state->ip); in unwind_next_frame() 591 if (orc->sp_reg == ORC_REG_SP_INDIRECT) in unwind_next_frame()
|
| /linux/tools/arch/loongarch/include/asm/ |
| H A D | orc_types.h | 50 unsigned int sp_reg:4; member
|
| /linux/include/linux/ |
| H A D | objtool_types.h | 16 u8 sp_reg; member
|
| /linux/tools/include/linux/ |
| H A D | objtool_types.h | 16 u8 sp_reg; member
|
| /linux/tools/objtool/include/objtool/ |
| H A D | arch.h | 92 int arch_decode_hint_reg(u8 sp_reg, int *base);
|
| /linux/tools/objtool/arch/powerpc/ |
| H A D | decode.c | 39 int arch_decode_hint_reg(u8 sp_reg, int *base) in arch_decode_hint_reg() argument
|
| /linux/drivers/usb/serial/ |
| H A D | mos7720.c | 1186 enum mos_regs sp_reg; in set_higher_rates() local 1212 sp_reg = MOS7720_SP1_REG; in set_higher_rates() 1214 sp_reg = MOS7720_SP2_REG; in set_higher_rates() 1215 write_mos_reg(serial, dummy, sp_reg, baud * 0x10); in set_higher_rates()
|
| /linux/tools/objtool/ |
| H A D | check.c | 2335 if (arch_decode_hint_reg(hint->sp_reg, &cfi.cfa.base)) { in read_unwind_hints() 2336 ERROR_INSN(insn, "unsupported unwind_hint sp base reg %d", hint->sp_reg); in read_unwind_hints()
|