Searched refs:ZX_PKT_IS_EXCEPTION (Results 1 – 8 of 8) sorted by relevance
65 if (ZX_PKT_IS_EXCEPTION(packet.type)) { in do_probe()
43 #define ZX_PKT_IS_EXCEPTION(type) (((type) & ZX_PKT_TYPE_MASK) == ZX_PKT_TYPE_EXCEPTION(0)) macro
112 if (ZX_PKT_IS_EXCEPTION(packet.type)) { in test_instruction()
402 if (ZX_PKT_IS_EXCEPTION(packet->type)) in read_exception()441 ASSERT_TRUE(ZX_PKT_IS_EXCEPTION(packet.type)); in wait_thread_suspended()
301 ASSERT_TRUE(ZX_PKT_IS_EXCEPTION(packet->type)); in debugger_test_exception_handler()924 ASSERT_TRUE(ZX_PKT_IS_EXCEPTION(packet->type)); in suspended_in_exception_handler()
164 ASSERT_TRUE(ZX_PKT_IS_EXCEPTION(packet->type), ""); in read_packet()1344 ASSERT_TRUE(ZX_PKT_IS_EXCEPTION(packet.type), ""); in trigger_test()
300 if (ZX_PKT_IS_EXCEPTION(packet.type)) { in async_loop_run_once()
144 if (!ZX_PKT_IS_EXCEPTION(packet.type)) { in test_local_address()
Completed in 32 milliseconds