Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dunwind_hints.h21 .set sp_reg, ORC_REG_SP_INDIRECT
23 .set sp_reg, ORC_REG_SP
26 .set sp_reg, ORC_REG_BP
28 .set sp_reg, ORC_REG_DI
30 .set sp_reg, ORC_REG_DX
32 .set sp_reg, ORC_REG_R10
48 UNWIND_HINT sp_reg=sp_reg sp_offset=sp_offset type=type
56 UNWIND_HINT sp_reg=ORC_REG_SP sp_offset=8 type=UNWIND_HINT_TYPE_FUNC
Dorc_types.h57 unsigned sp_reg:4; member
63 unsigned sp_reg:4; member
/linux-6.1.9/tools/objtool/
Dorc_gen.c25 orc->sp_reg = ORC_REG_UNDEFINED; in init_orc_entry()
32 orc->sp_reg = ORC_REG_UNDEFINED; in init_orc_entry()
38 orc->sp_reg = ORC_REG_SP; in init_orc_entry()
41 orc->sp_reg = ORC_REG_SP_INDIRECT; in init_orc_entry()
44 orc->sp_reg = ORC_REG_BP; in init_orc_entry()
47 orc->sp_reg = ORC_REG_BP_INDIRECT; in init_orc_entry()
50 orc->sp_reg = ORC_REG_R10; in init_orc_entry()
53 orc->sp_reg = ORC_REG_R13; in init_orc_entry()
56 orc->sp_reg = ORC_REG_DI; in init_orc_entry()
59 orc->sp_reg = ORC_REG_DX; in init_orc_entry()
[all …]
Dorc_dump.c201 print_reg(orc[i].sp_reg, bswap_if_needed(orc[i].sp_offset)); in orc_dump()
Dcheck.c2107 if (arch_decode_hint_reg(hint->sp_reg, &cfi.cfa.base)) { in read_unwind_hints()
2109 insn->sec, insn->offset, hint->sp_reg); in read_unwind_hints()
/linux-6.1.9/tools/include/linux/
Dobjtool.h16 u8 sp_reg; member
52 #define UNWIND_HINT(sp_reg, sp_offset, type, end) \ argument
58 ".byte " __stringify(sp_reg) "\n\t" \
132 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 end=0
138 .byte \sp_reg
177 #define UNWIND_HINT(sp_reg, sp_offset, type, end) \
185 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 end=0
/linux-6.1.9/include/linux/
Dobjtool.h16 u8 sp_reg; member
52 #define UNWIND_HINT(sp_reg, sp_offset, type, end) \ argument
58 ".byte " __stringify(sp_reg) "\n\t" \
132 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 end=0
138 .byte \sp_reg
177 #define UNWIND_HINT(sp_reg, sp_offset, type, end) \
185 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 end=0
/linux-6.1.9/tools/arch/x86/include/asm/
Dorc_types.h57 unsigned sp_reg:4; member
63 unsigned sp_reg:4; member
/linux-6.1.9/arch/x86/kernel/
Dunwind_orc.c134 .sp_reg = ORC_REG_SP,
142 .sp_reg = ORC_REG_BP,
240 return orc_a->sp_reg == ORC_REG_UNDEFINED && !orc_a->end ? -1 : 1; in orc_sort_cmp()
461 if (orc->sp_reg == ORC_REG_UNDEFINED) { in unwind_next_frame()
469 switch (orc->sp_reg) { in unwind_next_frame()
522 orc->sp_reg, (void *)state->ip); in unwind_next_frame()
530 if (orc->sp_reg == ORC_REG_SP_INDIRECT) in unwind_next_frame()
/linux-6.1.9/tools/objtool/include/objtool/
Darch.h89 int arch_decode_hint_reg(u8 sp_reg, int *base);
/linux-6.1.9/tools/objtool/arch/x86/
Ddecode.c758 int arch_decode_hint_reg(u8 sp_reg, int *base) in arch_decode_hint_reg() argument
760 switch (sp_reg) { in arch_decode_hint_reg()
/linux-6.1.9/drivers/usb/serial/
Dmos7720.c1185 enum mos_regs sp_reg; in set_higher_rates() local
1211 sp_reg = MOS7720_SP1_REG; in set_higher_rates()
1213 sp_reg = MOS7720_SP2_REG; in set_higher_rates()
1214 write_mos_reg(serial, dummy, sp_reg, baud * 0x10); in set_higher_rates()
/linux-6.1.9/scripts/
Dsorttable.h131 return orc_a->sp_reg == ORC_REG_UNDEFINED && !orc_a->end ? -1 : 1; in orc_sort_cmp()