Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/ipc/
H A Dmach_exc_port_substitute.c166 EXC_MASK_BREAKPOINT, exc_port, EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, 0);
202 EXC_MASK_BREAKPOINT, exc_port, EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, 0);
H A Dhardened_exceptions.c187 (exception_behavior_t)((unsigned int)EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES),
/xnu-11215.1.10/osfmk/mach/
H A Dexception_types.h110 #define EXCEPTION_DEFAULT 1 macro
/xnu-11215.1.10/tests/skywalk/
H A Dskywalk_test_driver.c244 EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, flavors[j])) != KERN_SUCCESS) { in skywalk_test_driver_run()
273 EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, flavors[j])) != KERN_SUCCESS) { in skywalk_test_driver_run()
/xnu-11215.1.10/tests/
H A Dexc_resource_threads.c102 (exception_behavior_t)(EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0); in exc_handler()
H A Dimmovable_send.c202 (exception_behavior_t) (EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0);
H A Dhw_breakpoint_step_arm64.c102 (exception_behavior_t)(EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0); in exc_handler()
H A Dreply_port_defense_client.c221 (exception_behavior_t)((unsigned int)EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), in unentitled_set_exception_ports_crash()
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-11215.1.10/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()
H A Dtest_vm_no_pager.m251 EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, 0);
/xnu-11215.1.10/osfmk/kern/
H A Dux_handler.c106 EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, in ux_handler_setup()
H A Dexception.c348 case EXCEPTION_DEFAULT: { in exception_deliver()
H A Dipc_tt.c4228 case EXCEPTION_DEFAULT: in set_exception_ports_validation()