Searched refs:cta (Results 1 – 3 of 3) sorted by relevance
244 ctf_array_t cta; in write_type() local312 cta.cta_contents = tp->t_ardef->ad_contents->t_id; in write_type()313 cta.cta_index = tp->t_ardef->ad_idxtype->t_id; in write_type()314 cta.cta_nelems = tp->t_ardef->ad_nelems; in write_type()315 ctf_buf_write(b, &cta, sizeof (cta)); in write_type()929 ctf_array_t *cta; in resurrect_types() local1020 cta = v; in resurrect_types()1024 tdp->t_ardef->ad_contents = tdarr[cta->cta_contents]; in resurrect_types()1025 tdp->t_ardef->ad_idxtype = tdarr[cta->cta_index]; in resurrect_types()1026 tdp->t_ardef->ad_nelems = cta->cta_nelems; in resurrect_types()
284 ctf_array_t cta; in ctf_update() local323 cta.cta_contents = (ushort_t) in ctf_update()325 cta.cta_index = (ushort_t) in ctf_update()327 cta.cta_nelems = dtd->dtd_u.dtu_arr.ctr_nelems; in ctf_update()328 bcopy(&cta, t, sizeof (cta)); in ctf_update()329 t += sizeof (cta); in ctf_update()
75 def INT_MEMBAR_CTA : MEMBAR<"membar.cta;", int_nvvm_membar_cta>;