Searched refs:ZX_EXCP_GENERAL (Results 1 – 4 of 4) sorted by relevance
| /system/public/zircon/syscalls/ |
| A D | exception.h | 31 #define ZX_EXCP_GENERAL ZX_PKT_TYPE_EXCEPTION(0) macro
|
| /system/utest/x86-umip/ |
| A D | main.cpp | 119 ASSERT_EQ(report.header.type, ZX_EXCP_GENERAL); in test_instruction()
|
| /system/ulib/inspector/ |
| A D | debug-info.cpp | 57 case ZX_EXCP_GENERAL: in excp_type_to_str()
|
| /system/utest/exception/ |
| A D | exception.c | 1284 { 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