Searched refs:try_dispatch_user_exception (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/
H A Dfaults.cpp113 static bool try_dispatch_user_exception(x86_iframe_t* frame, uint kind) { function
131 if (try_dispatch_user_exception(frame, ZX_EXCP_HW_BREAKPOINT))
141 if (try_dispatch_user_exception(frame, ZX_EXCP_SW_BREAKPOINT))
161 if (try_dispatch_user_exception(frame, ZX_EXCP_GENERAL))
168 if (try_dispatch_user_exception(frame, ZX_EXCP_UNDEFINED_INSTRUCTION))
182 if (try_dispatch_user_exception(frame, ZX_EXCP_GENERAL))
/fuchsia/zircon/kernel/arch/arm64/
H A Dexceptions_c.cpp78 static zx_status_t try_dispatch_user_exception( function
106 try_dispatch_user_exception(ZX_EXCP_UNDEFINED_INSTRUCTION, iframe, esr);
116 try_dispatch_user_exception(ZX_EXCP_SW_BREAKPOINT, iframe, esr);
126 try_dispatch_user_exception(ZX_EXCP_HW_BREAKPOINT, iframe, esr);
302 if (try_dispatch_user_exception(ZX_EXCP_GENERAL, iframe, esr) == ZX_OK)

Completed in 36 milliseconds