Searched refs:EXCEPTION_DEFAULT (Results 1 – 11 of 11) sorted by relevance
| /xnu-8792.41.9/osfmk/mach/ |
| H A D | exception_types.h | 110 #define EXCEPTION_DEFAULT 1 macro
|
| /xnu-8792.41.9/tests/ |
| H A D | exc_resource_threads.c | 102 (exception_behavior_t)(EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0); in exc_handler()
|
| H A D | reply_port_defense.c | 160 (exception_behavior_t) (EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0);
|
| H A D | immovable_send.c | 201 (exception_behavior_t) (EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0);
|
| H A D | hw_breakpoint_step_arm64.c | 101 (exception_behavior_t)(EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0); in exc_handler()
|
| H A D | imm_pinned_control_port.c | 375 (exception_behavior_t) (EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0);
|
| H A D | mach_exception_reply.c | 374 kr = thread_set_exception_ports(self, EXC_MASK_ALL, ePort, EXCEPTION_DEFAULT, THREAD_STATE_NONE); in test_exc_reply_type()
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | ux_handler.c | 106 EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, in ux_handler_setup()
|
| H A D | ipc_host.c | 511 case EXCEPTION_DEFAULT: in host_set_exception_ports() 711 case EXCEPTION_DEFAULT: in host_swap_exception_ports()
|
| H A D | exception.c | 342 case EXCEPTION_DEFAULT: { in exception_deliver()
|
| H A D | ipc_tt.c | 4068 case EXCEPTION_DEFAULT: in thread_set_exception_ports() 4180 case EXCEPTION_DEFAULT: in task_set_exception_ports() 4325 case EXCEPTION_DEFAULT: in thread_swap_exception_ports() 4463 case EXCEPTION_DEFAULT: in task_swap_exception_ports()
|