Searched refs:EXCEPTION_DEFAULT (Results 1 – 13 of 13) sorted by relevance
| /xnu-10063.101.15/tests/ipc/ |
| H A D | mach_exc_port_substitute.c | 165 EXC_MASK_BREAKPOINT, exc_port, EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, 0); 201 EXC_MASK_BREAKPOINT, exc_port, EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, 0);
|
| /xnu-10063.101.15/osfmk/mach/ |
| H A D | exception_types.h | 110 #define EXCEPTION_DEFAULT 1 macro
|
| /xnu-10063.101.15/tests/ |
| H A D | exc_resource_threads.c | 102 (exception_behavior_t)(EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0); in exc_handler()
|
| H A D | hw_breakpoint_step_arm64.c | 101 (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_client.c | 221 (exception_behavior_t)((unsigned int)EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), in test_unentitled_thread_set_exception_ports()
|
| 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-10063.101.15/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 | 4141 case EXCEPTION_DEFAULT: in thread_set_exception_ports() 4264 case EXCEPTION_DEFAULT: in task_set_exception_ports() 4414 case EXCEPTION_DEFAULT: in thread_swap_exception_ports() 4556 case EXCEPTION_DEFAULT: in task_swap_exception_ports()
|
| /xnu-10063.101.15/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()
|
| H A D | test_vm_no_pager.m | 246 EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, 0);
|