Searched refs:KSI_EXCEPT (Results 1 – 3 of 3) sorted by relevance
240 #define KSI_EXCEPT 0x40 /* Generated by an exception. */ macro
134 ksi.ksi_flags |= KSI_EXCEPT; in call_trapsignal()
503 if (ksi != NULL && (ksi->ksi_flags & KSI_EXCEPT) != 0) { in get_mcontext()