Lines Matching refs:t_ontrap
590 if ((ct->t_ontrap != NULL) && in trap()
591 (ct->t_ontrap->ot_prot & OT_DATA_ACCESS)) { in trap()
592 ct->t_ontrap->ot_trap |= OT_DATA_ACCESS; in trap()
593 rp->r_pc = ct->t_ontrap->ot_trampoline; in trap()
1081 if (ct->t_ontrap != NULL) { in trap()
1082 int ttype = ct->t_ontrap->ot_prot & in trap()
1086 ct->t_ontrap->ot_trap |= ttype; in trap()
1089 rp->r_pc = ct->t_ontrap->ot_trampoline; in trap()
1125 if (ct->t_ontrap != NULL && in trap()
1126 ct->t_ontrap->ot_prot & OT_SEGMENT_ACCESS) { in trap()
1127 ct->t_ontrap->ot_trap |= OT_SEGMENT_ACCESS; in trap()
1130 rp->r_pc = ct->t_ontrap->ot_trampoline; in trap()