Home
last modified time | relevance | path

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

/kernel/arch/x86/
A Dfaults.cpp113 static bool try_dispatch_user_exception(x86_iframe_t* frame, uint kind) { in try_dispatch_user_exception() function
143 if (try_dispatch_user_exception(frame, ZX_EXCP_HW_BREAKPOINT)) in x86_debug_handler()
153 if (try_dispatch_user_exception(frame, ZX_EXCP_SW_BREAKPOINT)) in x86_breakpoint_handler()
173 if (try_dispatch_user_exception(frame, ZX_EXCP_GENERAL)) in x86_gpf_handler()
180 if (try_dispatch_user_exception(frame, ZX_EXCP_UNDEFINED_INSTRUCTION)) in x86_invop_handler()
194 if (try_dispatch_user_exception(frame, ZX_EXCP_GENERAL)) in x86_unhandled_exception()
/kernel/arch/arm64/
A Dexceptions_c.cpp78 static zx_status_t try_dispatch_user_exception( in try_dispatch_user_exception() function
106 try_dispatch_user_exception(ZX_EXCP_UNDEFINED_INSTRUCTION, iframe, esr); in arm64_unknown_handler()
116 try_dispatch_user_exception(ZX_EXCP_SW_BREAKPOINT, iframe, esr); in arm64_brk_handler()
133 try_dispatch_user_exception(ZX_EXCP_HW_BREAKPOINT, iframe, esr); in arm64_hw_breakpoint_handler()
144 try_dispatch_user_exception(ZX_EXCP_HW_BREAKPOINT, iframe, esr); in arm64_step_handler()
324 if (try_dispatch_user_exception(ZX_EXCP_GENERAL, iframe, esr) == ZX_OK) in arm64_sync_exception()

Completed in 33 milliseconds