Searched refs:tt1 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c57 struct cipso_tag_type_1 *tt1; local
104 tt1 = (struct cipso_tag_type_1 *)&cop[IPOPT_OLEN + 5];
105 tt1->tag_type = 1;
106 tt1->tag_align = 0;
107 tt1->tag_sl = LCLASS(bsl);
108 tt1->tag_length = 4 + i;
110 bcopy(&bsl->compartments.c1, tt1->tag_cat, i);
H A Dtnet.c651 const struct cipso_tag_type_1 *tt1; local
653 tt1 = (struct cipso_tag_type_1 *)&co->cipso_tag_type[0];
654 if (tt1->tag_type != 1 ||
655 tt1->tag_length < TSOL_TT1_MIN_LENGTH ||
656 tt1->tag_length > TSOL_TT1_MAX_LENGTH ||
657 tt1->tag_length + TSOL_CIPSO_TAG_OFFSET > co->cipso_length)
661 LCLASS_SET((_bslabel_impl_t *)sl, tt1->tag_sl);
662 bcopy(tt1->tag_cat, &((_bslabel_impl_t *)sl)->compartments,
663 tt1->tag_length - TSOL_TT1_MIN_LENGTH);
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.s609 * FILL_64bit. New versions of FILL_mixed_{tt1,asi} would be
610 * needed for use with FILL_{32,64}bit_{tt1,asi}. Particular
1315 ITLB_MISS(tt1); /* 064 instruction access MMU miss */
1316 DTLB_MISS(tt1); /* 068 data access MMU miss */
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s709 * SPILL_64bit. New versions of SPILL_mixed_{tt1,asi} would be
710 * needed for use with SPILL_{32,64}bit_{tt1,asi}. Particular
729 * FILL_64bit. New versions of FILL_mixed_{tt1,asi} would be
730 * needed for use with FILL_{32,64}bit_{tt1,asi}. Particular
1544 ITLB_MISS(tt1); /* 064 instruction access MMU miss */
1545 DTLB_MISS(tt1); /* 068 data access MMU miss */

Completed in 60 milliseconds