Lines Matching refs:dtrh
2937 dtrace_rechdr_t *dtrh = (dtrace_rechdr_t *)saddr; in dtrace_speculation_commit() local
2939 if (dtrh->dtrh_epid == DTRACE_EPIDNONE) { in dtrace_speculation_commit()
2943 ASSERT3U(dtrh->dtrh_epid, <=, state->dts_necbs); in dtrace_speculation_commit()
2944 size = state->dts_ecbs[dtrh->dtrh_epid - 1]->dte_size; in dtrace_speculation_commit()
2948 ASSERT3U(DTRACE_RECORD_LOAD_TIMESTAMP(dtrh), ==, UINT64_MAX); in dtrace_speculation_commit()
2950 DTRACE_RECORD_STORE_TIMESTAMP(dtrh, timestamp); in dtrace_speculation_commit()
7551 dtrace_rechdr_t dtrh; local
7557 dtrh.dtrh_epid = ecb->dte_epid;
7558 DTRACE_RECORD_STORE_TIMESTAMP(&dtrh,
7560 *((dtrace_rechdr_t *)(tomax + offs)) = dtrh;
7709 dtrace_rechdr_t *dtrh; local
7737 dtrh = ((void *)(tomax + offs));
7738 dtrh->dtrh_epid = ecb->dte_epid;
7746 DTRACE_RECORD_STORE_TIMESTAMP(dtrh, UINT64_MAX);