Searched refs:ux_exception_port (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dux_exception.h65 extern mach_port_t ux_exception_port;
67 extern mach_port_name_t ux_exception_port;
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c94 mach_port_t ux_exception_port; variable
96 mach_port_name_t ux_exception_port; variable
130 (void *) &ux_exception_port) != MACH_MSG_SUCCESS)
131 panic("ux_handler: object_copyin(ux_exception_port) failed");
134 thread_wakeup(&ux_exception_port);
195 ux_exception_port = MACH_PORT_NULL;
199 if (ux_exception_port == MACH_PORT_NULL) {
200 (void)msleep(&ux_exception_port, proc_list_mlock, 0, "ux_handler_wait", 0);
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c116 #include <sys/ux_exception.h> /* for ux_exception_port */
989 (mach_port_t) ux_exception_port,

Completed in 34 milliseconds