Lines Matching refs:dtrh
2686 dtrace_rechdr_t *dtrh = (dtrace_rechdr_t *)saddr; in dtrace_speculation_commit() local
2688 if (dtrh->dtrh_epid == DTRACE_EPIDNONE) { in dtrace_speculation_commit()
2692 ASSERT3U(dtrh->dtrh_epid, <=, state->dts_necbs); in dtrace_speculation_commit()
2693 size = state->dts_ecbs[dtrh->dtrh_epid - 1]->dte_size; in dtrace_speculation_commit()
2697 ASSERT3U(DTRACE_RECORD_LOAD_TIMESTAMP(dtrh), ==, UINT64_MAX); in dtrace_speculation_commit()
2699 DTRACE_RECORD_STORE_TIMESTAMP(dtrh, timestamp); in dtrace_speculation_commit()
6865 dtrace_rechdr_t dtrh; in dtrace_probe() local
6871 dtrh.dtrh_epid = ecb->dte_epid; in dtrace_probe()
6872 DTRACE_RECORD_STORE_TIMESTAMP(&dtrh, in dtrace_probe()
6874 *((dtrace_rechdr_t *)(tomax + offs)) = dtrh; in dtrace_probe()
7040 dtrace_rechdr_t *dtrh; in dtrace_probe() local
7068 dtrh = ((void *)(tomax + offs)); in dtrace_probe()
7069 dtrh->dtrh_epid = ecb->dte_epid; in dtrace_probe()
7077 DTRACE_RECORD_STORE_TIMESTAMP(dtrh, UINT64_MAX); in dtrace_probe()