Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/ipc/
H A Dmach_exc_port_substitute.c167 EXC_MASK_BREAKPOINT, exc_port, EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, 0);
203 EXC_MASK_BREAKPOINT, exc_port, EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, 0);
H A Dhardened_exceptions.c183 (exception_behavior_t)((unsigned int)EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES),
/xnu-12377.81.4/osfmk/mach/
H A Dexception_types.h110 #define EXCEPTION_DEFAULT 1 macro
/xnu-12377.81.4/tests/skywalk/
H A Dskywalk_test_driver.c243 EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, flavors[j])) != KERN_SUCCESS) { in skywalk_test_driver_run()
272 EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, flavors[j])) != KERN_SUCCESS) { in skywalk_test_driver_run()
/xnu-12377.81.4/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 Dmach_exception_reply.c374 kr = thread_set_exception_ports(self, EXC_MASK_ALL, ePort, EXCEPTION_DEFAULT, THREAD_STATE_NONE); in test_exc_reply_type()
H A Dreply_port_defense_client.c272 (exception_behavior_t)((unsigned int)EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), in test_unentitled_thread_set_exception_ports()
/xnu-12377.81.4/osfmk/kern/
H A Dux_handler.c107 EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, in ux_handler_setup()
H A Dexception.c347 case EXCEPTION_DEFAULT: { in exception_deliver()
H A Dipc_tt.c4010 case EXCEPTION_DEFAULT: in set_exception_ports_validation()
/xnu-12377.81.4/tests/vm/
H A Dcorpse_owned_vmobjects.c277 …orts(task, EXC_MASK_CRASH | EXC_MASK_CORPSE_NOTIFY, exception_port, EXCEPTION_DEFAULT | MACH_EXCEP…
H A Dmemorystatus_rearm.c255 (exception_behavior_t)(EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES), 0); in exc_handler_thread()
H A Dtest_vm_no_pager.m251 EXCEPTION_DEFAULT | MACH_EXCEPTION_CODES, 0);