Searched refs:dtdo_buf (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c145 * Rewrite the xlate/xlarg instruction at dtdo_buf[i] so that the instruction's
182 dp->dtdo_buf[i] = DIF_INSTR_XLATE(
183 DIF_INSTR_OP(dp->dtdo_buf[i]), xi, DIF_INSTR_RD(dp->dtdo_buf[i]));
272 dp->dtdo_buf = dt_alloc(dtp, sizeof (dif_instr_t) * dlp->dl_len);
274 if (dp->dtdo_buf == NULL)
292 dp->dtdo_buf[i++] = dip->di_instr;
324 dif_instr_t instr = dp->dtdo_buf[i];
336 dp->dtdo_buf[i] = DIF_INSTR_BRANCH(op,
407 i = 0; /* dtdo_buf[] inde
[all...]
H A Ddt_dis.c444 dif_instr_t instr = dp->dtdo_buf[i];
H A Ddt_dof.c228 if (dp->dtdo_buf != NULL) {
229 dsecs[nsecs++] = dof_add_lsect(ddo, dp->dtdo_buf,
H A Ddt_cc.c302 dp->dtdo_buf = dt_alloc(dtp, sizeof (dif_instr_t) * 2);
305 if (dp->dtdo_buf == NULL || dp->dtdo_inttab == NULL) {
310 dp->dtdo_buf[0] = DIF_INSTR_SETX(0, 1); /* setx DIF_INTEGER[0], %r1 */
311 dp->dtdo_buf[1] = DIF_INSTR_RET(1); /* ret %r1 */
645 dp->dtdo_buf = dbuf;
H A Ddt_subr.c780 dt_free(dtp, dp->dtdo_buf);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c5969 const dif_instr_t *text = difo->dtdo_buf;
9691 dif_instr_t instr = dp->dtdo_buf[pc];
9755 dp->dtdo_buf[pc] = DIF_INSTR_LOAD(op +
9953 DIF_INSTR_OP(dp->dtdo_buf[dp->dtdo_len - 1]) != DIF_OP_RET) {
10086 dif_instr_t instr = dp->dtdo_buf[pc];
10139 dif_instr_t instr = dp->dtdo_buf[pc];
10320 uint_t op = DIF_INSTR_OP(dp->dtdo_buf[i]);
10369 const dif_instr_t *text = dp->dtdo_buf;
10522 ASSERT(dp->dtdo_buf != NULL && dp->dtdo_len != 0);
10634 ASSERT(dp->dtdo_buf !
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h873 dif_instr_t *dtdo_buf; /* instruction buffer */ member in struct:dtrace_difo

Completed in 220 milliseconds