Lines Matching full:dtrh
2962 dtrace_rechdr_t *dtrh = (dtrace_rechdr_t *)saddr; in dtrace_speculation_commit() local
2964 if (dtrh->dtrh_epid == DTRACE_EPIDNONE) { in dtrace_speculation_commit()
2968 ASSERT3U(dtrh->dtrh_epid, <=, state->dts_necbs); in dtrace_speculation_commit()
2969 size = state->dts_ecbs[dtrh->dtrh_epid - 1]->dte_size; in dtrace_speculation_commit()
2973 ASSERT3U(DTRACE_RECORD_LOAD_TIMESTAMP(dtrh), ==, UINT64_MAX); in dtrace_speculation_commit()
2975 DTRACE_RECORD_STORE_TIMESTAMP(dtrh, timestamp); in dtrace_speculation_commit()
7576 dtrace_rechdr_t dtrh; local
7582 dtrh.dtrh_epid = ecb->dte_epid;
7583 DTRACE_RECORD_STORE_TIMESTAMP(&dtrh,
7585 *((dtrace_rechdr_t *)(tomax + offs)) = dtrh;
7734 dtrace_rechdr_t *dtrh; local
7762 dtrh = ((void *)(tomax + offs));
7763 dtrh->dtrh_epid = ecb->dte_epid;
7771 DTRACE_RECORD_STORE_TIMESTAMP(dtrh, UINT64_MAX);