Searched refs:sp_reg (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.6/arch/x86/include/asm/ |
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
|
D | orc_types.h | 63 unsigned sp_reg:4; member 69 unsigned sp_reg:4; member
|
/Linux-v6.6/include/linux/ |
D | objtool.h | 13 #define UNWIND_HINT(type, sp_reg, sp_offset, signal) \ argument 19 ".byte " __stringify(sp_reg) "\n\t" \ 93 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 signal=0 99 .byte \sp_reg 154 #define UNWIND_HINT(type, sp_reg, sp_offset, signal) "\n\t" 161 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 signal=0
|
D | objtool_types.h | 16 u8 sp_reg; member
|
/Linux-v6.6/tools/objtool/ |
D | orc_gen.c | 58 orc->sp_reg = ORC_REG_SP; in init_orc_entry() 61 orc->sp_reg = ORC_REG_SP_INDIRECT; in init_orc_entry() 64 orc->sp_reg = ORC_REG_BP; in init_orc_entry() 67 orc->sp_reg = ORC_REG_BP_INDIRECT; in init_orc_entry() 70 orc->sp_reg = ORC_REG_R10; in init_orc_entry() 73 orc->sp_reg = ORC_REG_R13; in init_orc_entry() 76 orc->sp_reg = ORC_REG_DI; in init_orc_entry() 79 orc->sp_reg = ORC_REG_DX; in init_orc_entry()
|
D | orc_dump.c | 212 print_reg(orc[i].sp_reg, bswap_if_needed(&dummy_elf, orc[i].sp_offset)); in orc_dump()
|
D | check.c | 2280 if (arch_decode_hint_reg(hint->sp_reg, &cfi.cfa.base)) { in read_unwind_hints() 2281 WARN_INSN(insn, "unsupported unwind_hint sp base reg %d", hint->sp_reg); in read_unwind_hints()
|
/Linux-v6.6/tools/arch/x86/include/asm/ |
D | orc_types.h | 63 unsigned sp_reg:4; member 69 unsigned sp_reg:4; member
|
/Linux-v6.6/arch/x86/kernel/ |
D | unwind_orc.c | 184 .sp_reg = ORC_REG_SP, 192 .sp_reg = ORC_REG_BP, 515 switch (orc->sp_reg) { in unwind_next_frame() 568 orc->sp_reg, (void *)state->ip); in unwind_next_frame() 576 if (orc->sp_reg == ORC_REG_SP_INDIRECT) in unwind_next_frame()
|
/Linux-v6.6/tools/include/linux/ |
D | objtool_types.h | 16 u8 sp_reg; member
|
/Linux-v6.6/tools/objtool/include/objtool/ |
D | arch.h | 89 int arch_decode_hint_reg(u8 sp_reg, int *base);
|
/Linux-v6.6/tools/objtool/arch/powerpc/ |
D | decode.c | 27 int arch_decode_hint_reg(u8 sp_reg, int *base) in arch_decode_hint_reg() argument
|
/Linux-v6.6/tools/objtool/arch/x86/ |
D | decode.c | 786 int arch_decode_hint_reg(u8 sp_reg, int *base) in arch_decode_hint_reg() argument 788 switch (sp_reg) { in arch_decode_hint_reg()
|
/Linux-v6.6/drivers/usb/serial/ |
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()
|