Home
last modified time | relevance | path

Searched refs:handle_ux_exception (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.81.2/bsd/sys/
H A Dux_exception.h67 handle_ux_exception(thread_t thread, int exception,
/xnu-8792.81.2/bsd/uxkern/
H A Dux_exception.c114 handle_ux_exception(thread_t thread, in handle_ux_exception() function
/xnu-8792.81.2/osfmk/kern/
H A Dux_handler.c150 kr = handle_ux_exception(target_thread, exception, code[0], code[1]); in catch_mach_exception_raise()