Home
last modified time | relevance | path

Searched refs:ZX_EXCP_GENERAL (Results 1 – 4 of 4) sorted by relevance

/system/public/zircon/syscalls/
A Dexception.h31 #define ZX_EXCP_GENERAL ZX_PKT_TYPE_EXCEPTION(0) macro
/system/utest/x86-umip/
A Dmain.cpp119 ASSERT_EQ(report.header.type, ZX_EXCP_GENERAL); in test_instruction()
/system/ulib/inspector/
A Ddebug-info.cpp57 case ZX_EXCP_GENERAL: in excp_type_to_str()
/system/utest/exception/
A Dexception.c1284 { ZX_EXCP_GENERAL, "general", false, trigger_general },
1290 { ZX_EXCP_GENERAL, "integer-divide-by-zero", true, trigger_integer_divide_by_zero },
1291 { ZX_EXCP_GENERAL, "sse-divide-by-zero", true, trigger_sse_divide_by_zero },
1292 { ZX_EXCP_GENERAL, "x87-divide-by-zero", true, trigger_x87_divide_by_zero },

Completed in 23 milliseconds