Home
last modified time | relevance | path

Searched refs:tag_index (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/uts/common/tnf/
H A Dtnf_writer.c455 ALLOC(ops, sizeof (*buffer), buffer, tag_data->tag_index, in tnf_abstract_tag_1()
459 metatag_index = metatag_data->tag_index ? metatag_data->tag_index : in tnf_abstract_tag_1()
467 return (tag_data->tag_index); in tnf_abstract_tag_1()
485 ALLOC(ops, sizeof (*buffer), buffer, tag_data->tag_index, in tnf_scalar_tag_1()
489 metatag_index = metatag_data->tag_index ? metatag_data->tag_index : in tnf_scalar_tag_1()
502 return (tag_data->tag_index); in tnf_scalar_tag_1()
520 ALLOC(ops, sizeof (*buffer), buffer, tag_data->tag_index, in tnf_derived_tag_1()
524 metatag_index = metatag_data->tag_index ? metatag_data->tag_index: in tnf_derived_tag_1()
533 return (tag_data->tag_index); in tnf_derived_tag_1()
551 ALLOC(ops, sizeof (*buffer), buffer, tag_data->tag_index, in tnf_struct_tag_1()
[all …]
H A Dtnf_trace.c159 metatag_index = metatag_data->tag_index ? in tnf_kernel_schedule()
160 metatag_data->tag_index : in tnf_kernel_schedule()
190 tnf_record_p tag_index; in tnf_opaque_array_1() local
196 tag_index = tag_data->tag_index ? tag_data->tag_index : in tnf_opaque_array_1()
209 ASSIGN(bufhdr, tag, tag_index); in tnf_opaque_array_1()
231 tnf_record_p tag_index; in tnf_opaque32_array_1() local
237 tag_index = tag_data->tag_index ? tag_data->tag_index : in tnf_opaque32_array_1()
250 ASSIGN(bufhdr, tag, tag_index); in tnf_opaque32_array_1()
H A Dtnf_probe.c113 metatag_index = metatag_data->tag_index ? in tnf_probe_tag()
114 metatag_data->tag_index : in tnf_probe_tag()
H A Dtnf.c685 tagp->tag_index = 0; in tnf_deallocbuf()
/titanic_50/usr/src/uts/common/sys/
H A Dtnf_probe.h188 metatag_index = metatag_data->tag_index ? \
189 metatag_data->tag_index: \
250 metatag_index = metatag_data->tag_index ? \
251 metatag_data->tag_index: \
317 metatag_index = metatag_data->tag_index ? \
318 metatag_data->tag_index: \
389 metatag_index = metatag_data->tag_index ? \
390 metatag_data->tag_index: \
466 metatag_index = metatag_data->tag_index ? \
467 metatag_data->tag_index: \
H A Dtnf_writer.h97 tnf_record_p tag_index; /* trace buffer address */ member
/titanic_50/usr/src/cmd/tnf/tnfdump/
H A Dcooked.c262 unsigned n, i, tag_index; in describe_c_struct() local
271 tag_index = tnf_get_slot_index(datum, TNF_N_TAG); in describe_c_struct()
275 if (i != tag_index) { in describe_c_struct()
/titanic_50/usr/src/lib/libtnfprobe/
H A Dtnf_trace.c175 metatag_index = metatag_data->tag_index ? in tnf_schedule_write()
176 metatag_data->tag_index : in tnf_schedule_write()
/titanic_50/usr/src/uts/sun4u/cpu/
H A Dus3_common.c2287 int tag_index; in cpu_async_log_ic_parity_err() local
2295 tag_index = ch_flt->parity_data.ipe.cpl_ic[way].ic_idx; in cpu_async_log_ic_parity_err()
2298 PN_ICIDX_TO_WAY(tag_index); in cpu_async_log_ic_parity_err()
2301 CH_ICIDX_TO_WAY(tag_index); in cpu_async_log_ic_parity_err()
2310 tag_index = ch_flt->parity_data.ipe.cpl_ic[way].ic_idx; in cpu_async_log_ic_parity_err()
2313 PN_ICIDX_TO_WAY(tag_index); in cpu_async_log_ic_parity_err()
2316 CH_ICIDX_TO_WAY(tag_index); in cpu_async_log_ic_parity_err()
2332 int tag_index; in cpu_async_log_dc_parity_err() local
2343 tag_index = ch_flt->parity_data.dpe.cpl_pc[way].pc_idx; in cpu_async_log_dc_parity_err()
2345 CH_PCIDX_TO_WAY(tag_index); in cpu_async_log_dc_parity_err()
[all …]
/titanic_50/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c505 uint_t tag_index = (i + top) & 7; in pt_fpregs() local
506 uint_t tag_value = (fps.tag >> (tag_index * 2)) & 3; in pt_fpregs()
H A Dproc_amd64dep.c522 uint_t tag_index = (i + top) & 7; in pt_fpregs() local
523 uint_t tag_fctw = (fps.fctw >> tag_index) & 1; in pt_fpregs()
/titanic_50/usr/src/lib/libproc/common/
H A DP32ton.c632 uint_t tag_index = (i + top) & 7; in prfpregset_n_to_32()
633 uint_t tag_fctw = (src64->fctw >> tag_index) & 1; in prfpregset_n_to_32()
666 dst32->tag |= tag_value << (tag_index * 2); in prfpregset_n_to_32()