Searched refs:EXCEPTION_DEFAULT (Results 1 – 13 of 13) sorted by relevance
| /xnu-10002.1.13/tests/ipc/ |
| H A D | mach_exc_port_substitute.c | 164 EXC_MASK_BREAKPOINT, exc_port, EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, 0); 199 EXC_MASK_BREAKPOINT, exc_port, EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, 0);
|
| /xnu-10002.1.13/osfmk/mach/ |
| H A D | exception_types.h | 110 #define EXCEPTION_DEFAULT 1 macro
|
| /xnu-10002.1.13/tests/ |
| H A D | exc_resource_threads.c | 102 (exception_behavior_t)(EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0); in exc_handler()
|
| H A D | immovable_send.c | 201 (exception_behavior_t) (EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0);
|
| H A D | reply_port_defense.c | 167 (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-10002.1.13/osfmk/kern/ |
| H A D | ux_handler.c | 106 EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, in ux_handler_setup()
|
| H A D | ipc_host.c | 514 case EXCEPTION_DEFAULT: in host_set_exception_ports() 718 case EXCEPTION_DEFAULT: in host_swap_exception_ports()
|
| H A D | exception.c | 344 case EXCEPTION_DEFAULT: { in exception_deliver()
|
| H A D | ipc_tt.c | 4124 case EXCEPTION_DEFAULT: in thread_set_exception_ports() 4240 case EXCEPTION_DEFAULT: in task_set_exception_ports() 4390 case EXCEPTION_DEFAULT: in thread_swap_exception_ports() 4532 case EXCEPTION_DEFAULT: in task_swap_exception_ports()
|
| /xnu-10002.1.13/tests/vm/ |
| H A D | diag_threshold_test.c | 203 …rts(mach_task_self(), mask, exception_port, (exception_behavior_t) (EXCEPTION_DEFAULT | MACH_EXCEP… in set_exception_ports() 253 EXCEPTION_DEFAULT, in restore_exception_ports()
|