Home
last modified time | relevance | path

Searched refs:tag_disp (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/tnf/
H A Dtrace_funcs.c100 tnf_reference_t sched_offset, tag_disp; in tnf_trace_alloc() local
138 tag_disp = probe_index & PROBE_INDEX_LOW_MASK; in tnf_trace_alloc()
164 tag_disp = PTR_DIFF(fwd_p, buffer); in tnf_trace_alloc()
165 tag_disp |= TNF_TAG16_T_REL; in tnf_trace_alloc()
166 tag_disp = tag_disp << TNF_REF32_TAG16_SHIFT; in tnf_trace_alloc()
231 buffer->probe_event = ENCODED_TAG(tag_disp, sched_offset); in tnf_trace_alloc()
/titanic_50/usr/src/lib/libtnfprobe/
H A Dtrace_funcs.c106 tnf_reference_t sched_offset, tag_disp; in tnf_trace_alloc() local
173 tag_disp = probe_index & PROBE_INDEX_LOW_MASK; in tnf_trace_alloc()
216 tag_disp = PTR_DIFF(fwd_p, buffer); in tnf_trace_alloc()
217 ASSERT(TAGARG_CHECK(tag_disp)); in tnf_trace_alloc()
218 tag_disp |= TNF_TAG16_T_REL; in tnf_trace_alloc()
219 tag_disp = tag_disp << TNF_REF32_TAG16_SHIFT; in tnf_trace_alloc()
283 buffer->probe_event = ENCODED_TAG(tag_disp, sched_offset); in tnf_trace_alloc()