Home
last modified time | relevance | path

Searched refs:ot_prot (Results 1 – 19 of 19) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dontrap.h94 ushort_t ot_prot; /* active protection bits (see above) */ member
/titanic_50/usr/src/uts/sun4u/io/
H A Dsysioerr.c647 if (otp == NULL || !(otp->ot_prot & OT_DATA_ACCESS)) { in sbus_err_intr()
656 if (otp != NULL && (otp->ot_prot & OT_DATA_ACCESS)) in sbus_err_intr()
707 if (otp != NULL && (otp->ot_prot & OT_DATA_ACCESS)) { in sbus_log_error()
722 if (otp != NULL && (otp->ot_prot & OT_DATA_ACCESS)) { in sbus_log_error()
/titanic_50/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_pbm.c190 if ((otp != NULL) && (otp->ot_prot & OT_DATA_ACCESS)) { in pcmu_pbm_error_intr()
/titanic_50/usr/src/uts/sun4v/os/
H A Derror.c446 if (otp->ot_prot & OT_DATA_EC) { in errh_error_protected()
454 if (otp->ot_prot & OT_DATA_ACCESS) { in errh_error_protected()
/titanic_50/usr/src/uts/sparc/v9/ml/
H A Dddi_v9_asm.s1174 lduh [%o0 + OT_PROT], %o1 ! %o1 = %o0->ot_prot
1197 lduh [%o0 + OT_PROT], %o1 ! %o1 = %o0->ot_prot
1266 lduh [%o5 + OT_PROT], %o1 ! %o1 = %o0->ot_prot
1325 lduh [%o5 + OT_PROT], %o1 ! %o1 = %o0->ot_prot
H A Dsparcv9_subr.s373 sth %o1, [%o0 + OT_PROT] ! ot_prot = prot
/titanic_50/usr/src/uts/sun4u/io/pci/
H A Dpci_pbm.c242 } else if ((otp != NULL) && (otp->ot_prot & OT_DATA_ACCESS)) { in pbm_error_intr()
/titanic_50/usr/src/uts/i86pc/os/
H A Dtrap.c621 (ct->t_ontrap->ot_prot & OT_DATA_ACCESS)) { in trap()
1169 int ttype = ct->t_ontrap->ot_prot & in trap()
1213 ct->t_ontrap->ot_prot & OT_SEGMENT_ACCESS) { in trap()
H A Dcmi.c636 if ((otp = curthread->t_ontrap) != NULL && otp->ot_prot & OT_DATA_EC) in cmi_mce_response()
/titanic_50/usr/src/uts/i86pc/ml/
H A Doffsets.in317 ot_prot
/titanic_50/usr/src/uts/sun4/ml/
H A Doffsets.in509 ot_prot
/titanic_50/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c1989 if (otp->ot_prot & OT_DATA_EC) {
1998 (otp->ot_prot & OT_DATA_ACCESS)) {
H A Dspitfire.c882 if (curthread->t_ontrap->ot_prot & OT_DATA_EC) { in cpu_ce_error()
1341 if (otp->ot_prot & OT_DATA_EC) { in cpu_async_error()
1350 (otp->ot_prot & OT_DATA_ACCESS)) { in cpu_async_error()
H A Dus3_common.c1838 if (otp->ot_prot & OT_DATA_EC) { in cpu_deferred_error()
1847 (otp->ot_prot & OT_DATA_ACCESS)) { in cpu_deferred_error()
6442 if (otp != NULL && (otp->ot_prot & OT_DATA_EC))
/titanic_50/usr/src/uts/sun4/os/
H A Dddi_impl.c1398 otp->ot_prot = OT_DATA_ACCESS; in impl_acc_err_init()
H A Dtrap.c414 if (otp->ot_prot & OT_DATA_ACCESS) { in trap()
/titanic_50/usr/src/uts/intel/ia32/os/
H A Dddi_i86.c253 otp->ot_prot = OT_DATA_ACCESS; in impl_acc_err_init()
/titanic_50/usr/src/uts/sun4v/io/px/
H A Dpx_lib4v.c1574 otp->ot_prot = OT_DATA_ACCESS; in px_lib_map_vconfig()
/titanic_50/usr/src/uts/sun4u/io/px/
H A Dpx_err.c842 if ((otd != NULL) && (otd->ot_prot & OT_DATA_ACCESS)) in px_err_cmn_intr()