Lines Matching refs:orc
30 struct orc_entry *orc = &insn->orc; in create_orc() local
34 orc->end = insn->state.end; in create_orc()
37 orc->sp_reg = ORC_REG_UNDEFINED; in create_orc()
43 orc->sp_reg = ORC_REG_SP; in create_orc()
46 orc->sp_reg = ORC_REG_SP_INDIRECT; in create_orc()
49 orc->sp_reg = ORC_REG_BP; in create_orc()
52 orc->sp_reg = ORC_REG_BP_INDIRECT; in create_orc()
55 orc->sp_reg = ORC_REG_R10; in create_orc()
58 orc->sp_reg = ORC_REG_R13; in create_orc()
61 orc->sp_reg = ORC_REG_DI; in create_orc()
64 orc->sp_reg = ORC_REG_DX; in create_orc()
74 orc->bp_reg = ORC_REG_UNDEFINED; in create_orc()
77 orc->bp_reg = ORC_REG_PREV_SP; in create_orc()
80 orc->bp_reg = ORC_REG_BP; in create_orc()
88 orc->sp_offset = cfa->offset; in create_orc()
89 orc->bp_offset = bp->offset; in create_orc()
90 orc->type = insn->state.type; in create_orc()
100 struct orc_entry *orc; in create_orc_entry() local
109 orc = (struct orc_entry *)u_sec->data->d_buf + idx; in create_orc_entry()
110 memcpy(orc, o, sizeof(*orc)); in create_orc_entry()
158 memcmp(&insn->orc, &prev_insn->orc, in create_orc_sections()
194 if (!prev_insn || memcmp(&insn->orc, &prev_insn->orc, in create_orc_sections()
199 &insn->orc)) in create_orc_sections()