Home
last modified time | relevance | path

Searched refs:ZX_PKT_IS_EXCEPTION (Results 1 – 8 of 8) sorted by relevance

/system/ulib/fzl/
A Dmemory-probe.cpp65 if (ZX_PKT_IS_EXCEPTION(packet.type)) { in do_probe()
/system/public/zircon/syscalls/
A Dport.h43 #define ZX_PKT_IS_EXCEPTION(type) (((type) & ZX_PKT_TYPE_MASK) == ZX_PKT_TYPE_EXCEPTION(0)) macro
/system/utest/x86-umip/
A Dmain.cpp112 if (ZX_PKT_IS_EXCEPTION(packet.type)) { in test_instruction()
/system/utest/debugger/
A Dutils.cpp402 if (ZX_PKT_IS_EXCEPTION(packet->type)) in read_exception()
441 ASSERT_TRUE(ZX_PKT_IS_EXCEPTION(packet.type)); in wait_thread_suspended()
A Ddebugger.cpp301 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()
/system/utest/exception/
A Dexception.c164 ASSERT_TRUE(ZX_PKT_IS_EXCEPTION(packet->type), ""); in read_packet()
1344 ASSERT_TRUE(ZX_PKT_IS_EXCEPTION(packet.type), ""); in trigger_test()
/system/ulib/async-loop/
A Dloop.c300 if (ZX_PKT_IS_EXCEPTION(packet.type)) { in async_loop_run_once()
/system/utest/core/vmar/
A Dvmar.cpp144 if (!ZX_PKT_IS_EXCEPTION(packet.type)) { in test_local_address()

Completed in 32 milliseconds