Lines Matching refs:dtrh
2652 dtrace_rechdr_t *dtrh = (dtrace_rechdr_t *)saddr; in dtrace_speculation_commit() local
2654 if (dtrh->dtrh_epid == DTRACE_EPIDNONE) { in dtrace_speculation_commit()
2658 ASSERT3U(dtrh->dtrh_epid, <=, state->dts_necbs); in dtrace_speculation_commit()
2659 size = state->dts_ecbs[dtrh->dtrh_epid - 1]->dte_size; in dtrace_speculation_commit()
2663 ASSERT3U(DTRACE_RECORD_LOAD_TIMESTAMP(dtrh), ==, UINT64_MAX); in dtrace_speculation_commit()
2665 DTRACE_RECORD_STORE_TIMESTAMP(dtrh, timestamp); in dtrace_speculation_commit()
6806 dtrace_rechdr_t dtrh; in dtrace_probe() local
6812 dtrh.dtrh_epid = ecb->dte_epid; in dtrace_probe()
6813 DTRACE_RECORD_STORE_TIMESTAMP(&dtrh, in dtrace_probe()
6815 *((dtrace_rechdr_t *)(tomax + offs)) = dtrh; in dtrace_probe()
6981 dtrace_rechdr_t *dtrh; in dtrace_probe() local
7009 dtrh = ((void *)(tomax + offs)); in dtrace_probe()
7010 dtrh->dtrh_epid = ecb->dte_epid; in dtrace_probe()
7018 DTRACE_RECORD_STORE_TIMESTAMP(dtrh, UINT64_MAX); in dtrace_probe()