Home
last modified time | relevance | path

Searched refs:EXCEPTION_DEFAULT (Results 1 – 13 of 13) sorted by relevance

/xnu-10002.1.13/tests/ipc/
H A Dmach_exc_port_substitute.c164 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 Dexception_types.h110 #define EXCEPTION_DEFAULT 1 macro
/xnu-10002.1.13/tests/
H A Dexc_resource_threads.c102 (exception_behavior_t)(EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0); in exc_handler()
H A Dimmovable_send.c201 (exception_behavior_t) (EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0);
H A Dreply_port_defense.c167 (exception_behavior_t) (EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0);
H A Dhw_breakpoint_step_arm64.c101 (exception_behavior_t)(EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0); in exc_handler()
H A Dimm_pinned_control_port.c375 (exception_behavior_t) (EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0);
H A Dmach_exception_reply.c374 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 Dux_handler.c106 EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, in ux_handler_setup()
H A Dipc_host.c514 case EXCEPTION_DEFAULT: in host_set_exception_ports()
718 case EXCEPTION_DEFAULT: in host_swap_exception_ports()
H A Dexception.c344 case EXCEPTION_DEFAULT: { in exception_deliver()
H A Dipc_tt.c4124 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 Ddiag_threshold_test.c203 …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()