Lines Matching refs:t_ontrap
620 if ((ct->t_ontrap != NULL) && in trap()
621 (ct->t_ontrap->ot_prot & OT_DATA_ACCESS)) { in trap()
622 ct->t_ontrap->ot_trap |= OT_DATA_ACCESS; in trap()
623 rp->r_pc = ct->t_ontrap->ot_trampoline; in trap()
1168 if (ct->t_ontrap != NULL) { in trap()
1169 int ttype = ct->t_ontrap->ot_prot & in trap()
1173 ct->t_ontrap->ot_trap |= ttype; in trap()
1176 rp->r_pc = ct->t_ontrap->ot_trampoline; in trap()
1212 if (ct->t_ontrap != NULL && in trap()
1213 ct->t_ontrap->ot_prot & OT_SEGMENT_ACCESS) { in trap()
1214 ct->t_ontrap->ot_trap |= OT_SEGMENT_ACCESS; in trap()
1217 rp->r_pc = ct->t_ontrap->ot_trampoline; in trap()