Searched refs:ZX_EXCP_POLICY_ERROR (Results 1 – 3 of 3) sorted by relevance
69 case ZX_EXCP_POLICY_ERROR: in excp_type_to_str()148 if (excp_type == ZX_EXCP_POLICY_ERROR) { in resume_thread_from_exception()185 if (!ZX_EXCP_IS_ARCH(*type) && *type != ZX_EXCP_POLICY_ERROR) { in print_debug_info()218 if (*type == ZX_EXCP_POLICY_ERROR) in print_debug_info()
59 #define ZX_EXCP_POLICY_ERROR ZX_PKT_TYPE_EXCEPTION(ZX_EXCP_SYNTH | 2) macro
300 ASSERT_EQ(packet.type, (uint32_t)ZX_EXCP_POLICY_ERROR); in TestInvokingPolicyWithException()
Completed in 7 milliseconds