Lines Matching refs:orc
18 struct orc_entry *orc = &insn->orc; in create_orc() local
22 orc->end = insn->state.end; in create_orc()
25 orc->sp_reg = ORC_REG_UNDEFINED; in create_orc()
31 orc->sp_reg = ORC_REG_SP; in create_orc()
34 orc->sp_reg = ORC_REG_SP_INDIRECT; in create_orc()
37 orc->sp_reg = ORC_REG_BP; in create_orc()
40 orc->sp_reg = ORC_REG_BP_INDIRECT; in create_orc()
43 orc->sp_reg = ORC_REG_R10; in create_orc()
46 orc->sp_reg = ORC_REG_R13; in create_orc()
49 orc->sp_reg = ORC_REG_DI; in create_orc()
52 orc->sp_reg = ORC_REG_DX; in create_orc()
62 orc->bp_reg = ORC_REG_UNDEFINED; in create_orc()
65 orc->bp_reg = ORC_REG_PREV_SP; in create_orc()
68 orc->bp_reg = ORC_REG_BP; in create_orc()
76 orc->sp_offset = cfa->offset; in create_orc()
77 orc->bp_offset = bp->offset; in create_orc()
78 orc->type = insn->state.type; in create_orc()
88 struct orc_entry *orc; in create_orc_entry() local
97 orc = (struct orc_entry *)u_sec->data->d_buf + idx; in create_orc_entry()
98 memcpy(orc, o, sizeof(*orc)); in create_orc_entry()
146 memcmp(&insn->orc, &prev_insn->orc, in create_orc_sections()
182 if (!prev_insn || memcmp(&insn->orc, &prev_insn->orc, in create_orc_sections()
187 &insn->orc)) in create_orc_sections()