Home
last modified time | relevance | path

Searched refs:sp_reg (Results 1 – 9 of 9) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dunwind_hints.h19 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 Dorc_types.h50 unsigned int sp_reg:4; member
/linux/arch/loongarch/kernel/
H A Dunwind_orc.c31 .sp_reg = ORC_REG_FP,
48 .sp_reg = ORC_REG_SP,
412 switch (orc->sp_reg) { in unwind_next_frame()
423 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 Dunwind_orc.c179 .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 Dorc_types.h50 unsigned int sp_reg:4; member
/linux/tools/objtool/include/objtool/
H A Darch.h92 int arch_decode_hint_reg(u8 sp_reg, int *base);
/linux/tools/objtool/arch/x86/
H A Ddecode.c884 int arch_decode_hint_reg(u8 sp_reg, int *base) in arch_absolute_reloc()
886 switch (sp_reg) { in arch_absolute_reloc()
818 arch_decode_hint_reg(u8 sp_reg,int * base) arch_decode_hint_reg() argument
/linux/drivers/usb/serial/
H A Dmos7720.c1186 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 Dcheck.c2294 if (arch_decode_hint_reg(hint->sp_reg, &cfi.cfa.base)) { in read_unwind_hints()
2295 ERROR_INSN(insn, "unsupported unwind_hint sp base reg %d", hint->sp_reg); in read_unwind_hints()