| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | unwind_hints.h | 21 .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
|
| H A D | orc_types.h | 54 unsigned sp_reg:4; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | objtool.h | 16 u8 sp_reg; member 50 #define UNWIND_HINT(sp_reg, sp_offset, type, end) \ argument 56 ".byte " __stringify(sp_reg) "\n\t" \ 107 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 end=0 113 .byte \sp_reg 126 #define UNWIND_HINT(sp_reg, sp_offset, type, end) \ 131 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 end=0
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | objtool.h | 16 u8 sp_reg; member 50 #define UNWIND_HINT(sp_reg, sp_offset, type, end) \ argument 56 ".byte " __stringify(sp_reg) "\n\t" \ 107 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 end=0 113 .byte \sp_reg 126 #define UNWIND_HINT(sp_reg, sp_offset, type, end) \ 131 .macro UNWIND_HINT type:req sp_reg=0 sp_offset=0 end=0
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | orc_gen.c | 24 orc->sp_reg = ORC_REG_UNDEFINED; in init_orc_entry() 31 orc->sp_reg = ORC_REG_UNDEFINED; in init_orc_entry() 37 orc->sp_reg = ORC_REG_SP; in init_orc_entry() 40 orc->sp_reg = ORC_REG_SP_INDIRECT; in init_orc_entry() 43 orc->sp_reg = ORC_REG_BP; in init_orc_entry() 46 orc->sp_reg = ORC_REG_BP_INDIRECT; in init_orc_entry() 49 orc->sp_reg = ORC_REG_R10; in init_orc_entry() 52 orc->sp_reg = ORC_REG_R13; in init_orc_entry() 55 orc->sp_reg = ORC_REG_DI; in init_orc_entry() 58 orc->sp_reg = ORC_REG_DX; in init_orc_entry() [all …]
|
| H A D | arch.h | 89 int arch_decode_hint_reg(u8 sp_reg, int *base);
|
| H A D | orc_dump.c | 200 print_reg(orc[i].sp_reg, orc[i].sp_offset); in orc_dump()
|
| H A D | check.c | 1871 if (arch_decode_hint_reg(hint->sp_reg, &cfi.cfa.base)) { in read_unwind_hints() 1873 insn->sec, insn->offset, hint->sp_reg); in read_unwind_hints()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | unwind_orc.c | 134 .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()
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/ |
| H A D | orc_types.h | 54 unsigned sp_reg:4; member
|
| /OK3568_Linux_fs/kernel/tools/objtool/arch/x86/ |
| H A D | decode.c | 614 int arch_decode_hint_reg(u8 sp_reg, int *base) in arch_decode_hint_reg() argument 616 switch (sp_reg) { in arch_decode_hint_reg()
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | mos7720.c | 1356 enum mos_regs sp_reg; in set_higher_rates() local 1382 sp_reg = MOS7720_SP1_REG; in set_higher_rates() 1384 sp_reg = MOS7720_SP2_REG; in set_higher_rates() 1385 write_mos_reg(serial, dummy, sp_reg, baud * 0x10); in set_higher_rates()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | sorttable.h | 124 return orc_a->sp_reg == ORC_REG_UNDEFINED && !orc_a->end ? -1 : 1; in orc_sort_cmp()
|