Searched refs:cta (Results 1 – 3 of 3) sorted by relevance
298 ctf_array_t cta; in write_type() local369 cta.cta_contents = tp->t_ardef->ad_contents->t_id; in write_type()370 cta.cta_index = tp->t_ardef->ad_idxtype->t_id; in write_type()371 cta.cta_nelems = tp->t_ardef->ad_nelems; in write_type()373 SWAP_16(cta.cta_contents); in write_type()374 SWAP_16(cta.cta_index); in write_type()375 SWAP_32(cta.cta_nelems); in write_type()377 ctf_buf_write(b, &cta, sizeof (cta)); in write_type()1030 ctf_array_t *cta; in resurrect_types() local1121 cta = v; in resurrect_types()[all …]
335 ctf_array_t cta; in ctf_update() local374 cta.cta_contents = (ushort_t) in ctf_update()376 cta.cta_index = (ushort_t) in ctf_update()378 cta.cta_nelems = dtd->dtd_u.dtu_arr.ctr_nelems; in ctf_update()379 bcopy(&cta, t, sizeof (cta)); in ctf_update()380 t += sizeof (cta); in ctf_update()
75 def INT_MEMBAR_CTA : MEMBAR<"membar.cta;", int_nvvm_membar_cta>;