Searched refs:tt1 (Results 1 – 4 of 4) sorted by relevance
57 struct cipso_tag_type_1 *tt1; in tsol2cipso_tt1() local104 tt1 = (struct cipso_tag_type_1 *)&cop[IPOPT_OLEN + 5]; in tsol2cipso_tt1()105 tt1->tag_type = 1; in tsol2cipso_tt1()106 tt1->tag_align = 0; in tsol2cipso_tt1()107 tt1->tag_sl = LCLASS(bsl); in tsol2cipso_tt1()108 tt1->tag_length = 4 + i; in tsol2cipso_tt1()110 bcopy(&bsl->compartments.c1, tt1->tag_cat, i); in tsol2cipso_tt1()
651 const struct cipso_tag_type_1 *tt1; in cipso_to_sl() local653 tt1 = (struct cipso_tag_type_1 *)&co->cipso_tag_type[0]; in cipso_to_sl()654 if (tt1->tag_type != 1 || in cipso_to_sl()655 tt1->tag_length < TSOL_TT1_MIN_LENGTH || in cipso_to_sl()656 tt1->tag_length > TSOL_TT1_MAX_LENGTH || in cipso_to_sl()657 tt1->tag_length + TSOL_CIPSO_TAG_OFFSET > co->cipso_length) in cipso_to_sl()661 LCLASS_SET((_bslabel_impl_t *)sl, tt1->tag_sl); in cipso_to_sl()662 bcopy(tt1->tag_cat, &((_bslabel_impl_t *)sl)->compartments, in cipso_to_sl()663 tt1->tag_length - TSOL_TT1_MIN_LENGTH); in cipso_to_sl()
1315 ITLB_MISS(tt1); /* 064 instruction access MMU miss */1316 DTLB_MISS(tt1); /* 068 data access MMU miss */
1544 ITLB_MISS(tt1); /* 064 instruction access MMU miss */1545 DTLB_MISS(tt1); /* 068 data access MMU miss */